ActivityBuilder<TResult>.Attributes 属性

定义

获取要在活动树构造过程中使用的特性的通用集合。Gets the generic collection of attributes to use in the construction of an activity tree.

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)

属性值

Collection<Attribute>

一个通用集合。A generic collection.

属性

适用于