RunningDocumentTable.GetDocumentInfo Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetDocumentInfo(UInt32) |
Ruft unter Angabe der Dokument-ID Informationen zu einem in der aktiven Dokumenttabelle registrierten Dokument ab. |
GetDocumentInfo(String) |
Ruft unter Angabe der Dokument-ID Informationen zu einem in der aktiven Dokumenttabelle registrierten Dokument ab. |
GetDocumentInfo(UInt32)
Ruft unter Angabe der Dokument-ID Informationen zu einem in der aktiven Dokumenttabelle registrierten Dokument ab.
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
Parameter
- docCookie
- UInt32
Der Bezeichner des Dokumentendatenobjekts in der aktiven Dokumenttabelle.
Gibt zurück
Die RunningDocumentInfo für das angegebene Dokument.
Gilt für:
GetDocumentInfo(String)
Ruft unter Angabe der Dokument-ID Informationen zu einem in der aktiven Dokumenttabelle registrierten Dokument ab.
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
Parameter
- moniker
- String
Der Dokumentmoniker.
Gibt zurück
Die Dokumentinformationen.