'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 value of this parameter cannot be
null
(Nothing
in Visual Basic).