MarkupProperty.IsValueAsString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,決定這個 MarkupProperty 是否表示傳遞至型別轉換子 (Type Converter) 的文字,以建立屬性的執行個體,或是否應使用建構函式。
public:
virtual property bool IsValueAsString { bool get(); };
public virtual bool IsValueAsString { get; }
member this.IsValueAsString : bool
Public Overridable ReadOnly Property IsValueAsString As Boolean
屬性值
如果這個 MarkupProperty 表示字串則為true
,否則為 false
。
備註
預設行為是傳回 false
。
當 為 true
時 IsValueAsString , PropertyDescriptor 和 DependencyProperty 都是 null
。
如果 屬性是透過 Properties 提供 且 IsValueAsString 為 true
,則它將是類型將提供的唯一屬性。