DatabaseSchemaViewElementNode.Caption – vlastnost
Získá nebo nastaví titulek pro tento uzel.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: System.String
Implementuje
ISchemaModelViewerNode.Caption
ISchemaModelViewerNode.Caption
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DatabaseSchemaViewElementNode Třída
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView – obor názvů