共用方式為


PropertyChangingEventArgs.Value 屬性

取得或設定變更之屬性的建議值。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

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

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

PropertyChangingEventArgs 類別

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間