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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.