RunningDocumentTable.GetDocumentInfo Method (String)
Gets information about a document registered in the Running Document Table, given the identifier of the document.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Function GetDocumentInfo ( _
moniker As String _
) As RunningDocumentInfo
public RunningDocumentInfo GetDocumentInfo(
string moniker
)
public:
RunningDocumentInfo GetDocumentInfo(
String^ moniker
)
member GetDocumentInfo :
moniker:string -> RunningDocumentInfo
public function GetDocumentInfo(
moniker : String
) : RunningDocumentInfo
Parameters
moniker
Type: StringThe document moniker.
Return Value
Type: Microsoft.VisualStudio.Shell.RunningDocumentInfo
The document info.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.