次の方法で共有


BRConditionTreeNode.ConditionTreeChildNodes プロパティ

条件ツリーの子ノードの配列を取得または設定します。

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

構文

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

value = instance.ConditionTreeChildNodes

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

プロパティ値

型: System.Collections.ObjectModel.Collection<BRConditionTreeNode>
BRConditionTreeNode 型のコレクション。

関連項目

参照

BRConditionTreeNode クラス

Microsoft.MasterDataServices 名前空間