BuildOutputGroupKeyOutputChangedEventArgs.DatabaseProjectNode Property
Gets the hierarchy as an IDatabaseProjectNode if this is a database project. Otherwise, returns null.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Services
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseProjectNode As IDatabaseProjectNode
Get
'Usage
Dim instance As BuildOutputGroupKeyOutputChangedEventArgs
Dim value As IDatabaseProjectNode
value = instance.DatabaseProjectNode
public IDatabaseProjectNode DatabaseProjectNode { get; }
public:
property IDatabaseProjectNode^ DatabaseProjectNode {
IDatabaseProjectNode^ get ();
}
function get DatabaseProjectNode () : IDatabaseProjectNode
member DatabaseProjectNode : IDatabaseProjectNode
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.IDatabaseProjectNode
.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
BuildOutputGroupKeyOutputChangedEventArgs Class
BuildOutputGroupKeyOutputChangedEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Services Namespace