ActivityBuilder<TResult>.Attributes プロパティ

定義

アクティビティ ツリーのコンストラクションで使用する属性のジェネリック型のコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<Attribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<Attribute ^> ^ get(); };
[System.Windows.Markup.DependsOn("Name")]
public System.Collections.ObjectModel.Collection<Attribute> Attributes { get; }
[<System.Windows.Markup.DependsOn("Name")>]
member this.Attributes : System.Collections.ObjectModel.Collection<Attribute>
Public ReadOnly Property Attributes As Collection(Of Attribute)

プロパティ値

ジェネリック型のコレクション。

属性

適用対象