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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
BuildActionChangeEventArgs Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms