Compartir a través de


DatabaseSchemaViewRootNode.Caption (Propiedad)

Obtiene o establece el título del nodo del proyecto a menos que se emplee la invalidación del título.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.String

Implementaciones

ISchemaModelViewerNode.Caption

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewRootNode Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)