次の方法で共有


Field.Caption プロパティ

定義

フィールドのキャプションを取得または設定します。

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlIgnore]
public string Caption { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.Caption : string with get, set
Public Property Caption As String

プロパティ値

フィールドのキャプション。

属性

適用対象