RunningDocumentTable.FindDocument Method (String)

Gets an object from the Running Document Table (RDT) that represents the document specified by the given path.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Function FindDocument ( _
    moniker As String _
) As Object
'使用
Dim instance As RunningDocumentTable
Dim moniker As String
Dim returnValue As Object

returnValue = instance.FindDocument(moniker)
public Object FindDocument(
    string moniker
)
public:
Object^ FindDocument(
    String^ moniker
)
public function FindDocument(
    moniker : String
) : Object

Parameters

Return Value

Type: System.Object

An object that can be cast to an appropriate interface to access the document (see Remarks for details), or a null reference (Nothing in Visual Basic) if the document is not registered with Visual Studio.

Remarks

The object returned can typically be cast to the IVsPersistDocData interface or the IVsDocDataFileChangeControl interface.

Permissions

See Also

Reference

RunningDocumentTable Class

RunningDocumentTable Members

FindDocument Overload

Microsoft.VisualStudio.Shell Namespace