RunningDocumentTable.GetDocumentInfo Methode

Definition

Überlädt

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.

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

RunningDocumentInfo

Die Dokument Informationen.

Gilt für

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

RunningDocumentInfo

Die RunningDocumentInfo für das angegebene Dokument.

Gilt für