Window.SetKind(vsWindowType) Method

Definition

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

Applies to