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

字符串值。

适用于