VsShellUtilities.OpenDocumentWithSpecificEditor Method (IServiceProvider, String, Guid, Guid, IVsUIHierarchy%, UInt32%, IVsWindowFrame%)
Opens the specified document by using the specified editor.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared Sub OpenDocumentWithSpecificEditor ( _
provider As IServiceProvider, _
fullPath As String, _
editorType As Guid, _
logicalView As Guid, _
<OutAttribute> ByRef hierarchy As IVsUIHierarchy, _
<OutAttribute> ByRef itemID As UInteger, _
<OutAttribute> ByRef windowFrame As IVsWindowFrame _
)
public static void OpenDocumentWithSpecificEditor(
IServiceProvider provider,
string fullPath,
Guid editorType,
Guid logicalView,
out IVsUIHierarchy hierarchy,
out uint itemID,
out IVsWindowFrame windowFrame
)
public:
static void OpenDocumentWithSpecificEditor(
IServiceProvider^ provider,
String^ fullPath,
Guid editorType,
Guid logicalView,
[OutAttribute] IVsUIHierarchy^% hierarchy,
[OutAttribute] unsigned int% itemID,
[OutAttribute] IVsWindowFrame^% windowFrame
)
static member OpenDocumentWithSpecificEditor :
provider:IServiceProvider *
fullPath:string *
editorType:Guid *
logicalView:Guid *
hierarchy:IVsUIHierarchy byref *
itemID:uint32 byref *
windowFrame:IVsWindowFrame byref -> unit
public static function OpenDocumentWithSpecificEditor(
provider : IServiceProvider,
fullPath : String,
editorType : Guid,
logicalView : Guid,
hierarchy : IVsUIHierarchy,
itemID : uint,
windowFrame : IVsWindowFrame
)
Parameters
provider
Type: IServiceProvider
fullPath
Type: StringThe absolute path of the document.
editorType
Type: GuidThe GUID of the type of editor to use.
logicalView
Type: GuidThe 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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.