Share via


OleCommandStatus.Flags Property

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
'Usage
Dim instance As OleCommandStatus 
Dim value As Integer 

value = instance.Flags

instance.Flags = value
public int Flags { get; set; }
public:
property int Flags {
    int get ();
    void set (int value);
}
public function get Flags () : int 
public function set Flags (value : int)

Property Value

Type: System.Int32
Returns an integer value specifying an underlying OLECMDF value.

.NET Framework Security

See Also

Reference

OleCommandStatus Class

OleCommandStatus Members

Microsoft.VisualStudio.Data Namespace

OleCommandStatus