BehaviorServiceAdornerCollection.AddRange 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.
Adds the contents of another BehaviorServiceAdornerCollection to the end of the collection.
Overloads
AddRange(Adorner[]) |
Copies the elements of an array to the end of the BehaviorServiceAdornerCollection. |
AddRange(BehaviorServiceAdornerCollection) |
Adds the contents of another BehaviorServiceAdornerCollection to the end of the collection. |
AddRange(Adorner[])
Copies the elements of an array to the end of the BehaviorServiceAdornerCollection.
public:
void AddRange(cli::array <System::Windows::Forms::Design::Behavior::Adorner ^> ^ value);
public:
void AddRange(... cli::array <System::Windows::Forms::Design::Behavior::Adorner ^> ^ value);
public void AddRange (System.Windows.Forms.Design.Behavior.Adorner[] value);
public void AddRange (params System.Windows.Forms.Design.Behavior.Adorner[] value);
member this.AddRange : System.Windows.Forms.Design.Behavior.Adorner[] -> unit
Public Sub AddRange (value As Adorner())
Public Sub AddRange (ParamArray value As Adorner())
Parameters
See also
Applies to
AddRange(BehaviorServiceAdornerCollection)
Adds the contents of another BehaviorServiceAdornerCollection to the end of the collection.
public:
void AddRange(System::Windows::Forms::Design::Behavior::BehaviorServiceAdornerCollection ^ value);
public void AddRange (System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection value);
member this.AddRange : System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection -> unit
Public Sub AddRange (value As BehaviorServiceAdornerCollection)
Parameters
A BehaviorServiceAdornerCollection to add to the end of the collection.