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
)
function GetControlInfo(
pCI : CONTROLINFO[]
)
Parameters
- pCI
Type: []
Permissions
- 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.