DatabaseNodeExtender.Node Property
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Node As IDatabaseNode
Get
Private Set
'Usage
Dim instance As DatabaseNodeExtender
Dim value As IDatabaseNode
value = instance.Node
[BrowsableAttribute(false)]
public IDatabaseNode Node { get; private set; }
[BrowsableAttribute(false)]
public:
property IDatabaseNode^ Node {
IDatabaseNode^ get ();
private: void set (IDatabaseNode^ value);
}
function get Node () : IDatabaseNode
private function set Node (value : IDatabaseNode)
[<BrowsableAttribute(false)>]
member Node : 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.Features.Extenders Namespace