IDocWindowPane.GetFrameCaption(String) 方法

定义

检索指定文件名的框架标题。

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

参数

fullFilePath
String

Visual Studio 窗口中所打开文件的完整路径名。

返回

指定文件名的框架标题。

适用于