IPersistentSpan.IsDocumentOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the document associated with the IPersistentSpan is currently open.
public:
property bool IsDocumentOpen { bool get(); };
public:
property bool IsDocumentOpen { bool get(); };
public bool IsDocumentOpen { get; }
member this.IsDocumentOpen : bool
Public ReadOnly Property IsDocumentOpen As Boolean
Property Value
True if the document associated with the IPersistentSpan is currently open, otherwise false.