DatabaseSchemaViewNode.Caption – vlastnost
Získá nebo nastaví titulek uzlu.
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 Overridable Property Caption As String
Get
Set
public virtual string Caption { get; set; }
public:
virtual property String^ Caption {
String^ get ();
void set (String^ value);
}
abstract Caption : string with get, set
override Caption : string with get, set
function get Caption () : String
function set Caption (value : String)
Hodnota vlastnosti
Typ: System.String
Implementuje
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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView – obor názvů