ProjectItem.Open(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens the ProjectItem in the specified view.
EnvDTE::Window Open(std::wstring const & ViewKind = "{00000000-0000-0000-0000-000000000000}");
[System.Runtime.InteropServices.DispId(205)]
public EnvDTE.Window Open (string ViewKind = "{00000000-0000-0000-0000-000000000000}");
[<System.Runtime.InteropServices.DispId(205)>]
abstract member Open : string -> EnvDTE.Window
Public Function Open (Optional ViewKind As String = "{00000000-0000-0000-0000-000000000000}") As Window
Parameters
Returns
A Window object.
- Attributes