言語

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のウィンドウで開いたファイルのフルパス名。

返品

指定されたファイル名のフレームキャプション。

適用対象