IVsUIShell4.GetWindowEnum Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function GetWindowEnum ( _
type As UInteger, _
<OutAttribute> ByRef ppEnum As IEnumWindowFrames _
) As Integer
'Uso
Dim instance As IVsUIShell4
Dim type As UInteger
Dim ppEnum As IEnumWindowFrames
Dim returnValue As Integer
returnValue = instance.GetWindowEnum(type, _
ppEnum)
int GetWindowEnum(
uint type,
out IEnumWindowFrames ppEnum
)
int GetWindowEnum(
unsigned int type,
[OutAttribute] IEnumWindowFrames^% ppEnum
)
abstract GetWindowEnum :
type:uint32 *
ppEnum:IEnumWindowFrames byref -> int
function GetWindowEnum(
type : uint,
ppEnum : IEnumWindowFrames
) : int
Parameters
- type
Type: System.UInt32
- ppEnum
Type: Microsoft.VisualStudio.Shell.Interop.IEnumWindowFrames%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.