IVsWindowFrameSwitcher.GetActiveFrame Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
Function GetActiveFrame ( _
    <OutAttribute> ByRef pFrame As IVsWindowFrame _
) As Integer
‘사용 방법
Dim instance As IVsWindowFrameSwitcher
Dim pFrame As IVsWindowFrame
Dim returnValue As Integer

returnValue = instance.GetActiveFrame(pFrame)
int GetActiveFrame(
    out IVsWindowFrame pFrame
)
int GetActiveFrame(
    [OutAttribute] IVsWindowFrame^% pFrame
)
abstract GetActiveFrame : 
        pFrame:IVsWindowFrame byref -> int 
function GetActiveFrame(
    pFrame : IVsWindowFrame
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsWindowFrameSwitcher Interface

IVsWindowFrameSwitcher Members

Microsoft.VisualStudio.Shell.Interop Namespace