IVsUIShellOpenDocument4 Interface
Provides additional methods for opening documents.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("C4A93D85-65D1-4497-8EA8-B394DE2E3C2B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIShellOpenDocument4
[GuidAttribute("C4A93D85-65D1-4497-8EA8-B394DE2E3C2B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShellOpenDocument4
[GuidAttribute(L"C4A93D85-65D1-4497-8EA8-B394DE2E3C2B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIShellOpenDocument4
[<GuidAttribute("C4A93D85-65D1-4497-8EA8-B394DE2E3C2B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIShellOpenDocument4 = interface end
public interface IVsUIShellOpenDocument4
The IVsUIShellOpenDocument4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsDocumentInAProject2 | Determines whether the specified document is in a project. | |
OpenDocumentViaProject2 | Finds an appropriate project to open the document. |
Top