IOleControl.GetControlInfo(CONTROLINFO[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetControlInfo(cli::array <Microsoft::VisualStudio::OLE::Interop::CONTROLINFO> ^ pCI);
void GetControlInfo(std::Array <Microsoft::VisualStudio::OLE::Interop::CONTROLINFO> const & pCI);
public void GetControlInfo (Microsoft.VisualStudio.OLE.Interop.CONTROLINFO[] pCI);
abstract member GetControlInfo : Microsoft.VisualStudio.OLE.Interop.CONTROLINFO[] -> unit
Public Sub GetControlInfo (pCI As CONTROLINFO())
Parameters
- pCI
- CONTROLINFO[]