OleCommandStatus.Flags 属性

检索或设置表示基础 OLECMDF 值。

命名空间:  Microsoft.VisualStudio.Data
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
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)

属性值

类型:System.Int32
返回指定基础 OLECMDF 值的整数值。

.NET Framework 安全性

请参见

参考

OleCommandStatus 类

Microsoft.VisualStudio.Data 命名空间

OleCommandStatus