Class constructor. Instantiates a parameterized instance of the OleCommandStatus class.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Sub New ( _
flags As Integer _
)
'使用
Dim flags As Integer
Dim instance As New OleCommandStatus(flags)
public OleCommandStatus(
int flags
)
public:
OleCommandStatus(
int flags
)
public function OleCommandStatus(
flags : int
)
Parameters
flags
Type: System.Int32A value from the unmanaged OLECMDF enumeration.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.