IBindingList.SortProperty 屬性
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Private ReadOnly Property SortProperty As PropertyDescriptor
Implements IBindingList.SortProperty
Get
'用途
Dim instance As ResultSetView
Dim value As PropertyDescriptor
value = CType(instance, IBindingList).SortProperty
PropertyDescriptor IBindingList.SortProperty { get; }
private:
virtual property PropertyDescriptor^ SortProperty {
PropertyDescriptor^ get () sealed = IBindingList::SortProperty::get;
}
private abstract SortProperty : PropertyDescriptor
private override SortProperty : PropertyDescriptor
JScript 支援使用明確介面實作,但不支援新的宣告。
屬性值
型別:System.ComponentModel. . :: . .PropertyDescriptor
實作
IBindingList. . :: . .SortProperty