ResourceCollection.CopyTo(IDeploymentResource[], 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.
Important
This API is not CLS-compliant.
public:
virtual void CopyTo(cli::array <Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^> ^ array, int index);
[System.CLSCompliant(false)]
public void CopyTo (Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource[] array, int index);
abstract member CopyTo : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource[] * int -> unit
override this.CopyTo : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource[] * int -> unit
Public Sub CopyTo (array As IDeploymentResource(), index As Integer)
Parameters
- array
- IDeploymentResource[]
- index
- Int32
- Attributes