Share via


DataViewHierarchyAccessor.IsDocumentOpen Method (String)

Retrieves a Boolean value that indicates whether a document with a particular moniker is currently open.

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

Syntax

'Declaration
Public Function IsDocumentOpen ( _
    documentMoniker As String _
) As Boolean
public bool IsDocumentOpen(
    string documentMoniker
)
public:
bool IsDocumentOpen(
    String^ documentMoniker
)
member IsDocumentOpen : 
        documentMoniker:string -> bool
public function IsDocumentOpen(
    documentMoniker : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns true if the specified document is open; otherwise returns false.

Exceptions

Exception Condition
ArgumentNullException

The documentMoniker parameter is null.

.NET Framework Security

See Also

Reference

DataViewHierarchyAccessor Class

IsDocumentOpen Overload

Microsoft.VisualStudio.Data Namespace