IVsUIShellOpenDocument4 Interface

 

Provides additional methods for opening documents.

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

[GuidAttribute("C4A93D85-65D1-4497-8EA8-B394DE2E3C2B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShellOpenDocument4

NameDescription
System_CAPS_pubmethodIsDocumentInAProject2(String, Boolean, IVsUIHierarchy, UInt32, IServiceProvider)

Determines whether the specified document is in a project.

System_CAPS_pubmethodOpenDocumentViaProject2(String, Guid, Boolean, IServiceProvider, IVsUIHierarchy, UInt32)

Finds an appropriate project to open the document.

Return to top
Show: