IVsDataMappedObjectSelection.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 安全性

请参见

参考

IVsDataMappedObjectSelection 接口

Microsoft.VisualStudio.Data.Services 命名空间