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 the reference to the DatabaseProjectNode.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property ProjectNode As Object
'Usage
Dim instance As IGetDatabaseProjectNode
Dim value As Object
value = instance.ProjectNode
Object ProjectNode { get; }
property Object^ ProjectNode {
Object^ get ();
}
function get ProjectNode () : Object
Property Value
Type: System.Object
.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
IGetDatabaseProjectNode Interface
IGetDatabaseProjectNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace