다음을 통해 공유


RunningDocumentTable.GetDocumentInfo 메서드

정의

오버로드

GetDocumentInfo(UInt32)

문서의 식별자가 지정된 경우 실행 중인 문서 테이블에 등록된 문서에 대한 정보를 가져옵니다.

GetDocumentInfo(String)

문서의 식별자가 지정된 경우 실행 중인 문서 테이블에 등록된 문서에 대한 정보를 가져옵니다.

GetDocumentInfo(UInt32)

문서의 식별자가 지정된 경우 실행 중인 문서 테이블에 등록된 문서에 대한 정보를 가져옵니다.

public:
 Microsoft::VisualStudio::Shell::RunningDocumentInfo GetDocumentInfo(System::UInt32 docCookie);
Microsoft::VisualStudio::Shell::RunningDocumentInfo GetDocumentInfo(unsigned int docCookie);
public Microsoft.VisualStudio.Shell.RunningDocumentInfo GetDocumentInfo (uint docCookie);
member this.GetDocumentInfo : uint32 -> Microsoft.VisualStudio.Shell.RunningDocumentInfo
Public Function GetDocumentInfo (docCookie As UInteger) As RunningDocumentInfo

매개 변수

docCookie
UInt32

실행 중인 문서 테이블에 있는 문서 데이터 개체의 식별자입니다.

반환

RunningDocumentInfo 지정된 문서의 입니다.

적용 대상

GetDocumentInfo(String)

문서의 식별자가 지정된 경우 실행 중인 문서 테이블에 등록된 문서에 대한 정보를 가져옵니다.

public:
 Microsoft::VisualStudio::Shell::RunningDocumentInfo GetDocumentInfo(System::String ^ moniker);
Microsoft::VisualStudio::Shell::RunningDocumentInfo GetDocumentInfo(std::wstring const & moniker);
public Microsoft.VisualStudio.Shell.RunningDocumentInfo GetDocumentInfo (string moniker);
member this.GetDocumentInfo : string -> Microsoft.VisualStudio.Shell.RunningDocumentInfo
Public Function GetDocumentInfo (moniker As String) As RunningDocumentInfo

매개 변수

moniker
String

문서 모니커입니다.

반환

문서 정보입니다.

적용 대상