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.
Retrieves or sets a value representing the underlying OLECMDF value.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Property Flags As Integer
public int Flags { get; set; }
public:
property int Flags {
int get ();
void set (int value);
}
member Flags : int with get, set
function get Flags () : int
function set Flags (value : int)
Property Value
Type: System.Int32
Returns an integer value specifying an underlying OLECMDF value.
.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.