更新:2007 年 11 月
属性标识符集合。
命名空间: Microsoft.Windows.Design.Model
程序集: Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)
语法
声明
Public Class PropertyIdentifierCollection _
Inherits Collection(Of PropertyIdentifier)
用法
Dim instance As PropertyIdentifierCollection
public class PropertyIdentifierCollection : Collection<PropertyIdentifier>
public ref class PropertyIdentifierCollection : public Collection<PropertyIdentifier^>
public class PropertyIdentifierCollection extends Collection<PropertyIdentifier>
备注
该类封装 PropertyIdentifier 对象的集合。
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<PropertyIdentifier>
Microsoft.Windows.Design.Model.PropertyIdentifierCollection
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
另请参见
参考
PropertyIdentifierCollection 成员
Microsoft.Windows.Design.Model 命名空间