Compartir a través de


BuildActionChangeEventArgs.Node (Propiedad)

Obtiene o establece el nodo cuya acción de compilación ha 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

BuildActionChangeEventArgs Clase

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