Método GraphPropertyCollection.CopyTo

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

Sintaxe

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

Parâmetros

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

GraphPropertyCollection Classe

Namespace Microsoft.VisualStudio.GraphModel