Sdílet prostřednictvím


ISchemaModelViewerNode.Caption – vlastnost

Získá nebo nastaví titulek uzlu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISchemaModelViewerNode Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů