DiagramDocView.GetAllObjects(UInt32, Object[]) Method

Definition

ISelectionContainer.GetObjects (Selected).

protected:
 override void GetAllObjects(System::UInt32 count, cli::array <System::Object ^> ^ objects);
protected override void GetAllObjects (uint count, object[] objects);
override this.GetAllObjects : uint32 * obj[] -> unit
Protected Overrides Sub GetAllObjects (count As UInteger, objects As Object())

Parameters

count
UInt32

Count of Objects to get.

objects
Object[]

Array of Objects to return.

Applies to