共用方式為


PropertyValue.StringValue 屬性

取得或設定這個 PropertyValue 的值,做為 String

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property StringValue As String
    Get
    Set
public string StringValue { get; set; }
public:
property String^ StringValue {
    String^ get ();
    void set (String^ value);
}
member StringValue : string with get, set
function get StringValue () : String
function set StringValue (value : String)

屬性值

型別:System.String
含有這個 PropertyValue 值的字串。

備註

預設值是 Empty

如果屬性不包含 String,請改用 Value 屬性或 Collection 屬性。

這個屬性的 set 方法會呼叫下列方法以進行作業:

這個屬性的 get 方法會呼叫下列方法以進行作業:

這個屬性會視需要呼叫 OnPropertyValueException,以處理例外狀況。

.NET Framework 安全性

請參閱

參考

PropertyValue 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

PropertyEntry

PropertyValueEditor

其他資源

WPF 設計工具擴充性

屬性編輯架構