Sdílet prostřednictvím


DatabaseSchemaViewNode.Caption – vlastnost

Získá nebo nastaví titulek uzlu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Overridable Property Caption As String
    Get
    Set
public virtual string Caption { get; set; }
public:
virtual property String^ Caption {
    String^ get ();
    void set (String^ value);
}
abstract Caption : string with get, set
override Caption : string with get, set
function get Caption () : String
function set Caption (value : String)

Hodnota vlastnosti

Typ: System.String

Implementuje

ISchemaModelViewerNode.Caption

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseSchemaViewNode Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView – obor názvů