次の方法で共有


BRActionGroup.BRActionComponents プロパティ

アクション コンポーネントのコレクションを取得します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
    Get 
    Friend Set
'使用
Dim instance As BRActionGroup 
Dim value As Collection(Of BRActionComponent)

value = instance.BRActionComponents
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionComponent> BRActionComponents { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionComponent^>^ BRActionComponents {
    Collection<BRActionComponent^>^ get ();
    internal: void set (Collection<BRActionComponent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionComponents : Collection<BRActionComponent> with get, internal set
function get BRActionComponents () : Collection<BRActionComponent>
internal function set BRActionComponents (value : Collection<BRActionComponent>)

プロパティ値

型: System.Collections.ObjectModel.Collection<BRActionComponent>
アクション コンポーネントのコレクション。

関連項目

参照

BRActionGroup クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間