VsShellUtilities::OpenDocumentWithSpecificEditor Method (IServiceProvider^, String^, Guid, Guid, IVsUIHierarchy^, UInt32, IVsWindowFrame^)
Visual Studio 2015
Opens the specified document by using the specified editor.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static void OpenDocumentWithSpecificEditor( IServiceProvider^ provider, String^ fullPath, Guid editorType, Guid logicalView, [OutAttribute] IVsUIHierarchy^% hierarchy, [OutAttribute] unsigned int% itemID, [OutAttribute] IVsWindowFrame^% windowFrame )
Parameters
- provider
- Type: System::IServiceProvider^
- fullPath
-
Type:
System::String^
The absolute path of the document.
- editorType
-
Type:
System::Guid
The GUID of the type of editor to use.
- logicalView
-
Type:
System::Guid
The GUID of the logical view in which to open the document.
- hierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIHierarchy^
[out] The IVsUIHierarchy interface of the project that contains the document.
- itemID
-
Type:
System::UInt32
[out] The item ID of the document.
- windowFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
[out] The IVsWindowFrame interface of the window in which the document is opened.
Show: