Partilhar via


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

Consulte também

Referência

ISchemaModelViewerNode Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer