Propriedade DatabaseSchemaViewRootNode.Caption
Obtém ou define a legenda do nó do projeto, a menos que a substituição de legenda é usada.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.String
Implementações
ISchemaModelViewerNode.Caption
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DatabaseSchemaViewRootNode Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView