SchemaModelViewerControllerBaseInternal.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
Public Overrides Function GetCaption ( _
node As ISchemaModelViewerElementNode _
) As String
public override string GetCaption(
ISchemaModelViewerElementNode node
)
public:
virtual String^ GetCaption(
ISchemaModelViewerElementNode^ node
) override
abstract GetCaption :
node:ISchemaModelViewerElementNode -> string
override GetCaption :
node:ISchemaModelViewerElementNode -> string
public override 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.
Implements
ISchemaModelViewerController.GetCaption(ISchemaModelViewerElementNode)
.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
SchemaModelViewerControllerBaseInternal Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace