ProjectItem::Open Method (String^)

 

Opens the ProjectItem in the specified view.

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

Window^ Open(
	String^ ViewKind = "{00000000-0000-0000-0000-000000000000}"
)

Parameters

ViewKind
Type: System::String^

Required. A Constants. vsViewKind indicating the type of view to use.

Return Value

Type: EnvDTE::Window^

A Window object.

Return to top
Show: