Opens the specified miscellaneous file in the specified editor.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Shared Sub OpenAsMiscellaneousFile ( _
provider As IServiceProvider, _
path As String, _
caption As String, _
editor As Guid, _
physicalView As String, _
logicalView As Guid _
)
'使用
Dim provider As IServiceProvider
Dim path As String
Dim caption As String
Dim editor As Guid
Dim physicalView As String
Dim logicalView As Guid
VsShellUtilities.OpenAsMiscellaneousFile(provider, _
path, caption, editor, physicalView, _
logicalView)
public static void OpenAsMiscellaneousFile(
IServiceProvider provider,
string path,
string caption,
Guid editor,
string physicalView,
Guid logicalView
)
public:
static void OpenAsMiscellaneousFile(
IServiceProvider^ provider,
String^ path,
String^ caption,
Guid editor,
String^ physicalView,
Guid logicalView
)
public static function OpenAsMiscellaneousFile(
provider : IServiceProvider,
path : String,
caption : String,
editor : Guid,
physicalView : String,
logicalView : Guid
)
Parameters
provider
Type: System.IServiceProvider
path
Type: System.StringThe path of the file.
caption
Type: System.StringThe name of the file.
editor
Type: System.GuidThe GUID of the editor in which to open the file.
physicalView
Type: System.StringThe name of the type of window in which to open the editor.
logicalView
Type: System.GuidThe logical view of the editor, for example LOGVIEWID_TextView.
Permissions
- 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.