Compartir a través de


PropertyChangedEventArgs.Value (Propiedad)

Obtiene o establece el valor al que se cambió esta propiedad.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

PropertyChangedEventArgs Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)