ActivityCodeDomSerializationManager.Properties プロパティ

定義

PropertyDescriptorCollection 型の読み取り専用コレクションを格納している PropertyDescriptor を取得します。

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Properties { get; }
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Properties As PropertyDescriptorCollection

プロパティ値

PropertyDescriptor 型の読み取り専用コレクションを格納している PropertyDescriptorCollection

実装

注釈

PropertyDescriptorCollection クラスで利用できるプロパティを使用して、Properties に対してその内容を照会できます。 コレクション内の要素の数を確認するには、Count プロパティを使用します。 インデックス番号または名前で指定したプロパティを取得するには、Item[] プロパティを使用します。

プロパティのほかにも、Find メソッドを使用して、指定した名前を使用しているプロパティの説明をコレクションから取得することもできます。

適用対象