SchemaModelViewerControllerBase.GetCaption Method
Gets 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 Overridable Function GetCaption ( _
node As ISchemaModelViewerElementNode _
) As String
public virtual string GetCaption(
ISchemaModelViewerElementNode node
)
public:
virtual String^ GetCaption(
ISchemaModelViewerElementNode^ node
)
abstract GetCaption :
node:ISchemaModelViewerElementNode -> string
override GetCaption :
node:ISchemaModelViewerElementNode -> string
public 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
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace