次の方法で共有


DynamicActivityProperty.Attributes プロパティ

定義

DynamicActivityProperty オブジェクトの属性を返します。

public:
 property System::Collections::ObjectModel::Collection<Attribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<Attribute ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Attribute> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.Collection<Attribute>
Public ReadOnly Property Attributes As Collection(Of Attribute)

プロパティ値

属性のコレクションです。

適用対象