IPropertyPage.SetObjects(UInt32, Object[]) 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 SetObjects(System::UInt32 cObjects, cli::array <System::Object ^> ^ ppunk);
public:
void SetObjects(unsigned int cObjects, Platform::Array <Platform::Object ^> ^ ppunk);
void SetObjects(unsigned int cObjects, std::Array <winrt::Windows::Foundation::IInspectable const &> const & ppunk);
public void SetObjects (uint cObjects, object[] ppunk);
abstract member SetObjects : uint32 * obj[] -> unit
Public Sub SetObjects (cObjects As UInteger, ppunk As Object())
Parameters
- cObjects
- UInt32
- ppunk
- Object[]