Udostępnij za pośrednictwem


RunningDocumentTable.GetDocumentInfo Metoda

Definicja

Przeciążenia

GetDocumentInfo(UInt32)

Pobiera informacje o dokumencie zarejestrowanym w tabeli uruchomionych dokumentów, biorąc pod uwagę identyfikator dokumentu.

GetDocumentInfo(String)

Pobiera informacje o dokumencie zarejestrowanym w tabeli uruchomionych dokumentów, biorąc pod uwagę identyfikator dokumentu.

GetDocumentInfo(UInt32)

Pobiera informacje o dokumencie zarejestrowanym w tabeli uruchomionych dokumentów, biorąc pod uwagę identyfikator dokumentu.

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

Parametry

docCookie
UInt32

Identyfikator obiektu danych dokumentu w tabeli Uruchomiony dokument.

Zwraca

Element RunningDocumentInfo dla określonego dokumentu.

Dotyczy

GetDocumentInfo(String)

Pobiera informacje o dokumencie zarejestrowanym w tabeli uruchomionych dokumentów, biorąc pod uwagę identyfikator dokumentu.

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

Parametry

moniker
String

Moniker dokumentu.

Zwraca

Informacje o dokumencie.

Dotyczy