MarkupProperty.StringValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中重写时,可获取此 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
属性值
字符串值。