AddFileRequest.ParentNode Property
Gets the parent node.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property ParentNode As IDatabaseNode
Get
Private Set
'Usage
Dim instance As AddFileRequest
Dim value As IDatabaseNode
value = instance.ParentNode
public IDatabaseNode ParentNode { get; private set; }
public:
property IDatabaseNode^ ParentNode {
IDatabaseNode^ get ();
private: void set (IDatabaseNode^ value);
}
function get ParentNode () : IDatabaseNode
private function set ParentNode (value : IDatabaseNode)
member ParentNode : IDatabaseNode with get, private set
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.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.Project.Project Namespace