次の方法で共有


MarkupProperty.StringValue プロパティ

定義

派生クラスでオーバーライドされると、この MarkupProperty の文字列値を取得します。

public:
 abstract property System::String ^ StringValue { System::String ^ get(); };
public abstract string StringValue { get; }
member this.StringValue : string
Public MustOverride ReadOnly Property StringValue As String

プロパティ値

String

文字列値。

適用対象