Window.SetKind(vsWindowType) 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.
Microsoft Internal Use Only.
public:
void SetKind(EnvDTE::vsWindowType eKind);
public:
void SetKind(EnvDTE::vsWindowType eKind);
void SetKind(EnvDTE::vsWindowType eKind);
[System.Runtime.InteropServices.DispId(113)]
[System.Runtime.InteropServices.TypeLibFunc(65)]
public void SetKind (EnvDTE.vsWindowType eKind);
[<System.Runtime.InteropServices.DispId(113)>]
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member SetKind : EnvDTE.vsWindowType -> unit
Public Sub SetKind (eKind As vsWindowType)
Parameters
- eKind
- vsWindowType
The window type.
- Attributes