Partager via


BuildActionChangeEventArgs.Node, propriété

Obtient ou définit le nœud dont l'action de génération a é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 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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

BuildActionChangeEventArgs Classe

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