次の方法で共有


ParentChild.Weight プロパティ

定義

注意事項

Collections are deprecated

子に関連付けられている重みを指定します。 重み値はコレクション メンバーにのみ適用されます。

public:
 property System::Decimal Weight { System::Decimal get(); void set(System::Decimal value); };
[System.Obsolete("Collections are deprecated")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public decimal Weight { get; set; }
[<System.Obsolete("Collections are deprecated")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Weight : decimal with get, set
Public Property Weight As Decimal

プロパティ値

子に関連付けられた重み。

属性

注釈

これは、対象の子がコレクション メンバーとして返される場合にのみ適用されます。 このプロパティは、明示的な階層要求と派生階層要求には適用されません

適用対象