ReadOnlyLinkedElementCollection<T>.IBindingList.AddIndex 方法

在搜索时,添加指定的属性到用于对该集合进行索引的集中。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

语法

声明
Private Sub AddIndex ( _
    property As PropertyDescriptor _
) Implements IBindingList.AddIndex
void IBindingList.AddIndex(
    PropertyDescriptor property
)

参数

实现

IBindingList.AddIndex(PropertyDescriptor)

.NET Framework 安全性

请参阅

参考

ReadOnlyLinkedElementCollection<T> 类

Microsoft.VisualStudio.Modeling 命名空间