Share via


VsShellUtilities.OpenAsMiscellaneousFile Method

Definition

Opens the specified miscellaneous file in the specified editor.

public:
 static void OpenAsMiscellaneousFile(IServiceProvider ^ provider, System::String ^ path, System::String ^ caption, Guid editor, System::String ^ physicalView, Guid logicalView);
public static void OpenAsMiscellaneousFile (IServiceProvider provider, string path, string caption, Guid editor, string physicalView, Guid logicalView);
static member OpenAsMiscellaneousFile : IServiceProvider * string * string * Guid * string * Guid -> unit
Public Shared Sub OpenAsMiscellaneousFile (provider As IServiceProvider, path As String, caption As String, editor As Guid, physicalView As String, logicalView As Guid)
Public Sub OpenAsMiscellaneousFile (provider As IServiceProvider, path As String, caption As String, editor As Guid, physicalView As String, logicalView As Guid)

Parameters

provider
IServiceProvider

The service provider.

path
String

Path to the item to open.

caption
String

Caption of the item.

editor
Guid

Unique identifier of the editor type.

physicalView
String

Name of physical view.

logicalView
Guid

Name of logical view.

Applies to