ArcFM Responder Mobile Developer Guide
LibraryItem Property (IMMLibraryItemList)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
ReadOnly Property LibraryItem( _
   ByVal Index As System.Integer _
) As IMMLibraryItem
'Usage
 
Dim instance As IMMLibraryItemList
Dim Index As System.Integer
Dim value As IMMLibraryItem
 
value = instance.LibraryItem(Index)
[System.Runtime.InteropServices.DispId(1610678272)]
IMMLibraryItem LibraryItem( 
   System.int Index
) {get;}
read-only property LibraryItem( 
    Index: System.Integer
): IMMLibraryItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get LibraryItem( 
   Index : System.int
) : IMMLibraryItem
[System.Runtime.InteropServices.DispId(1610678272)]
__property IMMLibraryItem* get_LibraryItem( 
   System.int Index
);
[System.Runtime.InteropServices.DispId(1610678272)]
property IMMLibraryItem^ LibraryItem {
   IMMLibraryItem^ get(System.int Index);
}

Parameters

Index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMLibraryItemList Interface
IMMLibraryItemList Members

Send Feedback