'Declaration
Protected Overrides NotOverridable Function GetKeyForItem( _ ByVal item As AECategoryElement _ ) As Long
'Usage
Dim instance As AECategoryElementCollection Dim item As AECategoryElement Dim value As Long value = instance.GetKeyForItem(item)
protected override long GetKeyForItem( AECategoryElement item )
protected: int64 GetKeyForItem( AECategoryElement^ item ) override
Parameters
- item
- The element from which to extract the key.
Return Value
The key for the specified element.