FormRegionCollectionBase.ICollection<IFormRegion>.CopyTo – metoda
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Obor názvů: Microsoft.Office.Tools.Outlook
Sestavení: Microsoft.Office.Tools.Outlook.v4.0.Utilities (v Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Syntaxe
'Deklarace
Private Sub CopyTo ( _
array As IFormRegion(), _
arrayIndex As Integer _
) Implements ICollection(Of IFormRegion).CopyTo
void ICollection<IFormRegion>.CopyTo(
IFormRegion[] array,
int arrayIndex
)
Parametry
- array
Typ: array<Microsoft.Office.Tools.Outlook.IFormRegion[]
- arrayIndex
Typ: System.Int32
Implementuje
ICollection<T>.CopyTo(array<T[], Int32)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.