CreateFileNodesRequest.NewNode, propriété
Obtient ou définit le nœud créé.
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 NewNode As IDatabaseFileNode
Get
Friend Set
public IDatabaseFileNode NewNode { get; internal set; }
public:
property IDatabaseFileNode^ NewNode {
IDatabaseFileNode^ get ();
internal: void set (IDatabaseFileNode^ value);
}
member NewNode : IDatabaseFileNode with get, internal set
function get NewNode () : IDatabaseFileNode
internal function set NewNode (value : IDatabaseFileNode)
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseFileNode
Notes
Cette méthode est appelée après un appel à IDatabaseProjectNode.CreateFileNodes(IList<AddFileRequest>) est effectué.
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
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms