次の方法で共有


PropertyIdentifierCollection クラス

更新 : 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 名前空間

その他の技術情報

WPF デザイナの機能拡張アーキテクチャ