Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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