ArcFM Responder Mobile Developer Guide
InfoFormat(String,Object,Object) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub InfoFormat( _
   ByVal format As System.String, _
   ByVal arg0 As System.Object, _
   ByVal arg1 As System.Object _
) 
'Usage
 
Dim instance As NamedLogInstance
Dim format As System.String
Dim arg0 As System.Object
Dim arg1 As System.Object
 
instance.InfoFormat(format, arg0, arg1)
public virtual void InfoFormat( 
   System.string format,
   System.object arg0,
   System.object arg1
)
public procedure InfoFormat( 
    format: System.String;
    arg0: System.TObject;
    arg1: System.TObject
); virtual; 
public function InfoFormat( 
   format : System.String,
   arg0 : System.Object,
   arg1 : System.Object
);
public: virtual void InfoFormat( 
   System.string* format,
   System.Object* arg0,
   System.Object* arg1
) 
public:
virtual void InfoFormat( 
   System.String^ format,
   System.Object^ arg0,
   System.Object^ arg1
) 

Parameters

format
arg0
arg1
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

NamedLogInstance Class
NamedLogInstance Members
Overload List

Send Feedback