Compartir a través de


DatabaseSchemaViewNode.Caption (Propiedad)

Obtiene o establece el título del nodo.

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 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)

Valor de propiedad

Tipo: System.String

Implementaciones

ISchemaModelViewerNode.Caption

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewNode Clase

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