DsmlRequestDocument.CopyTo(DirectoryRequest[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CopyTo(DirectoryRequest[], Int32) method copies the entire DsmlRequestDocument collection to a one-dimensional array, starting at the specified index of the target array.
public:
void CopyTo(cli::array <System::DirectoryServices::Protocols::DirectoryRequest ^> ^ value, int i);
public void CopyTo (System.DirectoryServices.Protocols.DirectoryRequest[] value, int i);
member this.CopyTo : System.DirectoryServices.Protocols.DirectoryRequest[] * int -> unit
Public Sub CopyTo (value As DirectoryRequest(), i As Integer)
Parameters
- value
- DirectoryRequest[]
A one-dimensional array that is the destination of the elements copied from the DsmlRequestDocument object.
- i
- Int32
The zero-based index of value
where copying begins.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.