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

 

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

For more information on this method, refer to OpenFile.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
virtual Window^ OpenFile(
	String^ ViewKind,
	String^ FileName
)

Parameters

ViewKind
Type: System::String^

The kind of view.

FileName
Type: System::String^

The file name.

Return Value

Type: EnvDTE::Window^

The window in which the file was opened.

Return to top
Show: