Método GraphCategoryCollection.CopyTo

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public Sub CopyTo ( _
    array As GraphCategory(), _
    arrayIndex As Integer _
)
public void CopyTo(
    GraphCategory[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<GraphCategory^>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:GraphCategory[] * 
        arrayIndex:int -> unit 
override CopyTo : 
        array:GraphCategory[] * 
        arrayIndex:int -> unit 
public final function CopyTo(
    array : GraphCategory[], 
    arrayIndex : int
)

Parâmetros

Implementações

ICollection<T>.CopyTo(array<T[], Int32)

Segurança do .NET Framework

Consulte também

Referência

GraphCategoryCollection Classe

Namespace Microsoft.VisualStudio.GraphModel