IVsDataViewSelectionInfo.Ordering 属性

获取排序选定内容以逗号分隔的数据对象名称的字符串。

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

语法

声明
ReadOnly Property Ordering As String
string Ordering { get; }
property String^ Ordering {
    String^ get ();
}
abstract Ordering : string
function get Ordering () : String

属性值

类型:System.String
排序选择以逗号分隔的数据对象名称的字符串。

备注

当某个节点的组时,排序用于确定节点的顺序返回。

.NET Framework 安全性

请参见

参考

IVsDataViewSelectionInfo 接口

Microsoft.VisualStudio.Data.Services 命名空间