Retrieves the execution order of the command.
Namespace:
Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly:
Microsoft.ComponentStudio.ComponentPlatformInterface (in
microsoft.componentstudio.componentplatforminterface.dll)
Usage
Visual Basic |
Dim runOnceCommand1 As RunOnceCommand
Dim returnValue As Nullable(Of Integer)
returnValue = runOnceCommand1.Order
Dim sampleValue As Nullable(Of Integer)
runOnceCommand1.Order = sampleValue
|
Syntax
Visual Basic |
Public Property Order() As Nullable(Of Integer)
|
C# |
public Nullable<int> Order {get; set;}
|
C++ |
public:
property Nullable<int>^ Order {
Nullable<int>^ get();
void set(Nullable<int>^ value);
}
|
J# |
public Nullable<int> get_Order();
public void set_Order(Nullable<int>);
|
JScript |
JScript does not support Generics.
|
Property Value
The execution order of the command.
Remarks
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server
2003, Windows Vista, and Windows 2000
Target Platforms
See Also