IVsDataViewCommonNodeInfo.DefaultCommand 属性

获取为当前节点集的默认命令。

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

语法

声明
ReadOnly Property DefaultCommand As IVsDataViewCommandInfo
IVsDataViewCommandInfo DefaultCommand { get; }
property IVsDataViewCommandInfo^ DefaultCommand {
    IVsDataViewCommandInfo^ get ();
}
abstract DefaultCommand : IVsDataViewCommandInfo
function get DefaultCommand () : IVsDataViewCommandInfo

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo
IVsDataViewCommandInfo 对象作为默认命令。

.NET Framework 安全性

请参见

参考

IVsDataViewCommonNodeInfo 接口

Microsoft.VisualStudio.Data.Services 命名空间