Share via


CreateFileNodesRequest.ParentNode Property

Gets or sets the parent node for the file.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property ParentNode As IDatabaseNode
public IDatabaseNode ParentNode { get; private set; }
public:
property IDatabaseNode^ ParentNode {
    IDatabaseNode^ get ();
    private: void set (IDatabaseNode^ value);
}
member ParentNode : IDatabaseNode with get, private set
function get ParentNode () : IDatabaseNode
private function set ParentNode (value : IDatabaseNode)

Property Value

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

.NET Framework Security

See Also

Reference

CreateFileNodesRequest Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace