IDocWindowPane.GetFrameCaption(String) Method

Definition

Retrieves the frame caption for the specified file name.

public:
 System::String ^ GetFrameCaption(System::String ^ fullFilePath);
public string GetFrameCaption (string fullFilePath);
abstract member GetFrameCaption : string -> string
Public Function GetFrameCaption (fullFilePath As String) As String

Parameters

fullFilePath
String

Full path name of the file opened in the Visual Studio window.

Returns

The frame caption for the specified file name.

Applies to