RunningDocumentTable.GetDocumentInfo 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
문서 모니커입니다.
반환
문서 정보입니다.