ArcFM Responder Mobile Developer Guide
CurrentTraceStrategy Property (IMMTraceRunParameters)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property CurrentTraceStrategy As IMMSearchStrategy
'Usage
 
Dim instance As IMMTraceRunParameters
Dim value As IMMSearchStrategy
 
instance.CurrentTraceStrategy = value
 
value = instance.CurrentTraceStrategy
[System.Runtime.InteropServices.DispId(1610678278)]
IMMSearchStrategy CurrentTraceStrategy {get; set;}
read-write property CurrentTraceStrategy: IMMSearchStrategy; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set CurrentTraceStrategy : IMMSearchStrategy
[System.Runtime.InteropServices.DispId(1610678278)]
__property IMMSearchStrategy* get_CurrentTraceStrategy();
__property void set_CurrentTraceStrategy( 
   IMMSearchStrategy* value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property IMMSearchStrategy^ CurrentTraceStrategy {
   IMMSearchStrategy^ get();
   void set (    IMMSearchStrategy^ value);
}
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

IMMTraceRunParameters Interface
IMMTraceRunParameters Members

Send Feedback