ISchemaModelViewerController.GetCaption Method
Returns the caption for the specified element node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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
Parameters
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerElementNode
Element node.
Return Value
Type: System.String
Node caption.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISchemaModelViewerController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace