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 視窗中開啟的檔案完整路徑名稱。

傳回

指定檔名的框架說明。

適用於