Partager via


PropertyChangingEventArgs.Value, propriété

Obtient ou définit la valeur proposée de la propriété modifiée.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

PropertyChangingEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms