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
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

See Also

Reference

OleCommandStatus Class

Microsoft.VisualStudio.Data Namespace

OleCommandStatus