Version

PerformCommand Method (IXamPropertyGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Executes the supplied control command.", Documentation="Executes the control command [%a1].")>
Sub PerformCommand( _
   ByVal oeCommand As System.Object _
) 
[TypeInfoMethod(Description="Executes the supplied control command.", Documentation="Executes the control command [%a1].")]
void PerformCommand( 
   System.object oeCommand
)
[TypeInfoMethod(Description="Executes the supplied control command.", Documentation="Executes the control command [%a1].")]
void PerformCommand( 
   System.Object* oeCommand
) 

Parameters

oeCommand
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