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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.