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 node that can edit its caption.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property DatabaseProjectNode As IDatabaseNode
public IDatabaseNode DatabaseProjectNode { get; private set; }
public:
property IDatabaseNode^ DatabaseProjectNode {
IDatabaseNode^ get ();
private: void set (IDatabaseNode^ value);
}
member DatabaseProjectNode : IDatabaseNode with get, private set
function get DatabaseProjectNode () : IDatabaseNode
private function set DatabaseProjectNode (value : IDatabaseNode)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
Remarks
Cancel the related event to cancel the ability to edit this node.
.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