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 창에서 열린 파일의 전체 경로 이름입니다.

반환

지정된 파일 이름의 프레임 캡션입니다.

적용 대상