Propriedade ISchemaModelViewerNode.Caption
Obtém ou define a legenda para o nó.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Property Caption As String
Get
Set
string Caption { get; set; }
property String^ Caption {
String^ get ();
void set (String^ value);
}
abstract Caption : string with get, set
function get Caption () : String
function set Caption (value : String)
Valor de propriedade
Tipo: System.String
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
ISchemaModelViewerNode Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer