GraphPropertyCollection.CopyTo(GraphProperty[], Int32) 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.
Copies the elements of the collection to a System.Array, starting at a particular System.Array index
public:
virtual void CopyTo(cli::array <Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.VisualStudio.GraphModel.GraphProperty[] array, int arrayIndex);
abstract member CopyTo : Microsoft.VisualStudio.GraphModel.GraphProperty[] * int -> unit
override this.CopyTo : Microsoft.VisualStudio.GraphModel.GraphProperty[] * int -> unit
Public Sub CopyTo (array As GraphProperty(), arrayIndex As Integer)
Parameters
- array
- GraphProperty[]
The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.
- arrayIndex
- Int32
The zero-based index in array at which copying begins.