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

屬性值

PropertyDescriptorCollection,包含型別 PropertyDescriptor 的唯讀集合。

實作

備註

使用在 PropertyDescriptorCollection 類別中可用的屬性,可以查詢有關 Properties 的內容。 使用 Count 屬性,判斷集合中的項目數目。 使用 Item[] 屬性,藉由索引編號或名稱取得特定的屬性。

除了屬性之外,您可以使用 Find 方法,從集合中取得使用指定名稱的屬性描述。

適用於