DatabaseSchemaViewElementNode.Caption (Propiedad)
Obtiene o establece el título de este 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 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
ISchemaModelViewerNode.Caption
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DatabaseSchemaViewElementNode Clase
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)