IPropertyPage.SetObjects(UInt32, Object[]) Method

Definition

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[]

Applies to