AvailableDatabaseCategories.CopyTo Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As String(), _
arrayIndex As Integer _
)
public void CopyTo(
string[] array,
int arrayIndex
)
public:
void CopyTo(
array<String^>^ array,
int arrayIndex
)
member CopyTo :
array:string[] *
arrayIndex:int -> unit
public function CopyTo(
array : String[],
arrayIndex : int
)
Parameters
- array
Type: array<System.String[]
- arrayIndex
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.