Share via


IOleControlSite.GetExtendedControl Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetExtendedControl ( _
    <OutAttribute> ByRef ppDisp As Object _
)
void GetExtendedControl(
    out Object ppDisp
)
void GetExtendedControl(
    [OutAttribute] Object^% ppDisp
)
abstract GetExtendedControl : 
        ppDisp:Object byref -> unit
function GetExtendedControl(
    ppDisp : Object
)

Parameters

.NET Framework Security

See Also

Reference

IOleControlSite Interface

Microsoft.VisualStudio.OLE.Interop Namespace