VectorCollection.Add(Vector) 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 a Vector to the end of the VectorCollection.
public:
virtual void Add(System::Windows::Vector value);
public void Add (System.Windows.Vector value);
abstract member Add : System.Windows.Vector -> unit
override this.Add : System.Windows.Vector -> unit
Public Sub Add (value As Vector)
Parameters
- value
- Vector
The Vector to add to the end of the VectorCollection.
Implements
Exceptions
value
is null
.
Remarks
Unlike typical implementations of ICollection<T>.Add, this implementation throws an ArgumentException if you attempt to add a null (Nothing) reference.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.