IDocWindowPane.GetFrameCaption Method

Gets the frame caption for the specified file name.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Function GetFrameCaption ( _
    fullFilePath As String _
) As String
'Usage
Dim instance As IDocWindowPane 
Dim fullFilePath As String 
Dim returnValue As String 

returnValue = instance.GetFrameCaption(fullFilePath)
string GetFrameCaption(
    string fullFilePath
)
String^ GetFrameCaption(
    String^ fullFilePath
)
abstract GetFrameCaption : 
        fullFilePath:string -> string
function GetFrameCaption(
    fullFilePath : String
) : String

Parameters

  • fullFilePath
    Type: System.String
    Full path name of the file opened in the Visual Studio window.

Return Value

Type: System.String
The caption string.

See Also

Reference

IDocWindowPane Interface

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace