IVsUIShell4.GetWindowEnum(UInt32, IEnumWindowFrames) Method

Definition

Returns a window enumerator containing the requested types of windows.

public:
 int GetWindowEnum(System::UInt32 type, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumWindowFrames ^ % ppEnum);
public:
 int GetWindowEnum(unsigned int type, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumWindowFrames ^ &  ppEnum);
int GetWindowEnum(unsigned int type, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumWindowFrames const & & ppEnum);
public int GetWindowEnum (uint type, out Microsoft.VisualStudio.Shell.Interop.IEnumWindowFrames ppEnum);
abstract member GetWindowEnum : uint32 * IEnumWindowFrames -> int
Public Function GetWindowEnum (type As UInteger, ByRef ppEnum As IEnumWindowFrames) As Integer

Parameters

type
UInt32

[in] The types of windows to return.

ppEnum
IEnumWindowFrames

[out] The enumeration interface for the window frames.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to