PrinterSettings.StringCollection.CopyTo(String[], Int32) Método
Definição
Copia o conteúdo do PrinterSettings.PrinterResolutionCollection atual para a matriz especificada, começando no índice especificado.Copies the contents of the current PrinterSettings.PrinterResolutionCollection to the specified array, starting at the specified index.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
void CopyTo(cli::array <System::String ^> ^ strings, int index);
public void CopyTo (string[] strings, int index);
member this.CopyTo : string[] * int -> unit
Public Sub CopyTo (strings As String(), index As Integer)
Parâmetros
- strings
- String[]
Uma matriz de base zero que recebe os itens copiados do PrinterSettings.StringCollection.A zero-based array that receives the items copied from the PrinterSettings.StringCollection.
- index
- Int32
O índice no qual iniciar a cópia de itens.The index at which to start copying items.