Compartir a través de


NodeAttributesChangedEventArgs.Node (Propiedad)

Obtiene o establece el nodo cuyos atributos han cambiado.

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 Node As IDatabaseNode
    Get
    Private Set
public IDatabaseNode Node { get; private set; }
public:
property IDatabaseNode^ Node {
    IDatabaseNode^ get ();
    private: void set (IDatabaseNode^ value);
}
member Node : IDatabaseNode with get, private set
function get Node () : IDatabaseNode
private function set Node (value : IDatabaseNode)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode

Seguridad de .NET Framework

Vea también

Referencia

NodeAttributesChangedEventArgs Clase

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