ArcFM Responder Mobile Developer Guide
Add Method (IMMDataObjectFiles)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2)>
<System.Runtime.InteropServices.PreserveSigAttribute()>
Sub Add( _
   ByVal FileName As System.String, _
   Optional ByVal ItemIndex As System.Object _
) 
'Usage
 
Dim instance As IMMDataObjectFiles
Dim FileName As System.String
Dim ItemIndex As System.Object
 
instance.Add(FileName, ItemIndex)
[System.Runtime.InteropServices.DispId(2)]
[System.Runtime.InteropServices.PreserveSig()]
void Add( 
   System.string FileName,
   System.object ItemIndex
)
procedure Add( 
    FileName: System.String;
    ItemIndex: System.TObject
); 
System.Runtime.InteropServices.DispIdAttribute(2)
System.Runtime.InteropServices.PreserveSigAttribute()
function Add( 
   FileName : System.String,
   ItemIndex : System.Object
);
[System.Runtime.InteropServices.DispId(2)]
[System.Runtime.InteropServices.PreserveSig()]
void Add( 
   System.string* FileName,
   System.Object* ItemIndex
) 
[System.Runtime.InteropServices.DispId(2)]
[System.Runtime.InteropServices.PreserveSig()]
void Add( 
   System.String^ FileName,
   System.Object^ ItemIndex
) 

Parameters

FileName
ItemIndex
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

IMMDataObjectFiles Interface
IMMDataObjectFiles Members

Send Feedback