_DTE::OpenFile Method (String^, String^)

 

This API supports the product 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

FileName
Type: System::String^

The name of the file.

ViewKind
Type: System::String^

The kind of view.

Return Value

Type: EnvDTE::Window^

The window in which the file is open.

Return to top
Show: