IVsUIShellOpenDocument Interface

Controls the state of open documents within the environment.

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

Syntax

'Declaration
<GuidAttribute("35299EEC-11EE-4518-9F08-401638D1D3BC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUIShellOpenDocument
'Usage
Dim instance As IVsUIShellOpenDocument
[GuidAttribute("35299EEC-11EE-4518-9F08-401638D1D3BC")]
[InterfaceTypeAttribute()]
public interface IVsUIShellOpenDocument
[GuidAttribute(L"35299EEC-11EE-4518-9F08-401638D1D3BC")]
[InterfaceTypeAttribute()]
public interface class IVsUIShellOpenDocument
public interface IVsUIShellOpenDocument

Remarks

See also SVsUIShellOpenDocument service.

Notes to Callers:

Call to determine whether a document is open, to open a document using various editors, or to preview a document.

See Also

Reference

IVsUIShellOpenDocument Members

Microsoft.VisualStudio.Shell.Interop Namespace