CreateFileNodesRequest.NewNode Property
Gets or sets the created node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property NewNode As IDatabaseFileNode
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)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseFileNode
Remarks
This method is called after a call to IDatabaseProjectNode.CreateFileNodes(IList<AddFileRequest>) is made.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace