IVsUIShellOpenDocument4 Interface
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.
Provides additional methods for opening documents.
public interface class IVsUIShellOpenDocument4
public interface class IVsUIShellOpenDocument4
__interface IVsUIShellOpenDocument4
public interface IVsUIShellOpenDocument4
[System.Runtime.InteropServices.Guid("C4A93D85-65D1-4497-8EA8-B394DE2E3C2B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShellOpenDocument4
type IVsUIShellOpenDocument4 = interface
[<System.Runtime.InteropServices.Guid("C4A93D85-65D1-4497-8EA8-B394DE2E3C2B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIShellOpenDocument4 = interface
Public Interface IVsUIShellOpenDocument4
- Attributes
Methods
IsDocumentInAProject2(String, Boolean, IVsUIHierarchy, UInt32, IServiceProvider) |
Determines whether the specified document is in a project. |
OpenDocumentViaProject2(String, Guid, Boolean, IServiceProvider, IVsUIHierarchy, UInt32) |
Finds an appropriate project to open the document. |