次の方法で共有


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 ウィンドウで開かれたファイルの完全なパス名です。

戻り値

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

適用対象