Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Class constructor. Instantiates a parameterized instance of the OleCommandStatus class.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub New ( _
flags As Integer _
)
public OleCommandStatus(
int flags
)
public:
OleCommandStatus(
int flags
)
new :
flags:int -> OleCommandStatus
public function OleCommandStatus(
flags : int
)
Parameters
flags
Type: System.Int32A value from the unmanaged OLECMDF enumeration.
.NET Framework Security
- 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.