Sdílet prostřednictvím


ISchemaModelViewerController.GetCaption – metoda

Vrátí titulek pro uzel zadaný prvek.

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
Function GetCaption ( _
    node As ISchemaModelViewerElementNode _
) As String
string GetCaption(
    ISchemaModelViewerElementNode node
)
String^ GetCaption(
    ISchemaModelViewerElementNode^ node
)
abstract GetCaption : 
        node:ISchemaModelViewerElementNode -> string 
function GetCaption(
    node : ISchemaModelViewerElementNode
) : String

Parametry

Vrácená hodnota

Typ: System.String
Titulek uzlu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISchemaModelViewerController Rozhraní

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