IOleControl.GetControlInfo Method

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

Syntax

‘선언
Sub GetControlInfo ( _
    <OutAttribute> pCI As CONTROLINFO() _
)
‘사용 방법
Dim instance As IOleControl
Dim pCI As CONTROLINFO()

instance.GetControlInfo(pCI)
void GetControlInfo(
    CONTROLINFO[] pCI
)
void GetControlInfo(
    [OutAttribute] array<CONTROLINFO>^ pCI
)
abstract GetControlInfo : 
        pCI:CONTROLINFO[] byref -> unit 
function GetControlInfo(
    pCI : CONTROLINFO[]
)

Parameters

.NET Framework Security

See Also

Reference

IOleControl Interface

IOleControl Members

Microsoft.VisualStudio.OLE.Interop Namespace