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

Public Property Flags As Integer

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.

Permissions

See Also

Reference

OleCommandStatus Class

OleCommandStatus Members

Microsoft.VisualStudio.Data Namespace

OleCommandStatus