This topic has not yet been rated - Rate this topic

_DTE.OpenFile Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Window OpenFile(
	string ViewKind,
	string FileName
)

Parameters

ViewKind
Type: System.String

The kind of view.

FileName
Type: System.String

The name of the file.

Return Value

Type: EnvDTE.Window
The window in which the file is open.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.