OleCommandStatus 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| OleCommandStatus() |
类构造函数。 实例化类的 nonparameterized 实例 OleCommandStatus 。 |
| OleCommandStatus(Int32) |
类构造函数。 实例化类的参数化实例 OleCommandStatus 。 |
OleCommandStatus()
类构造函数。 实例化类的 nonparameterized 实例 OleCommandStatus 。
public:
OleCommandStatus();
public OleCommandStatus ();
Public Sub New ()
适用于
OleCommandStatus(Int32)
类构造函数。 实例化类的参数化实例 OleCommandStatus 。
public:
OleCommandStatus(int flags);
public OleCommandStatus (int flags);
new Microsoft.VisualStudio.Data.OleCommandStatus : int -> Microsoft.VisualStudio.Data.OleCommandStatus
Public Sub New (flags As Integer)