DatabaseSchemaViewRootNode.Caption Property
Gets or sets the caption of the project node, unless caption override is used.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Property Caption As String
Get
Set
'Usage
Dim instance As DatabaseSchemaViewRootNode
Dim value As String
value = instance.Caption
instance.Caption = value
public override string Caption { get; set; }
public:
virtual property String^ Caption {
String^ get () override;
void set (String^ value) override;
}
override function get Caption () : String
override function set Caption (value : String)
abstract Caption : string with get, set
override Caption : string with get, set
Property Value
Type: System.String
Implements
IDatabaseSchemaViewNode.Caption
.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
DatabaseSchemaViewRootNode Class
DatabaseSchemaViewRootNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace