IDeploymentResourceCollection Interface

Definition

Important

This API is not CLS-compliant.

public interface class IDeploymentResourceCollection : System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^>, System::Collections::Generic::IEnumerable<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^>
[System.CLSCompliant(false)]
public interface IDeploymentResourceCollection : System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource>, System.Collections.Generic.IEnumerable<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource>
type IDeploymentResourceCollection = interface
    interface ICollection<IDeploymentResource>
    interface seq<IDeploymentResource>
    interface IEnumerable
Public Interface IDeploymentResourceCollection
Implements ICollection(Of IDeploymentResource), IEnumerable(Of IDeploymentResource)
Derived
Attributes
Implements

Methods

Add(ICollection<IDeploymentResource>, Boolean)
Add(String, IDictionary<String,String>, String, String, IDictionary<String,Object>, Boolean)
Add(String, String, String, IDictionary<String,Object>, Boolean)
Add(String, String, String, String, IDictionary<String,Object>, Boolean)
Remove()
Remove(ICollection<IDeploymentResource>)
Remove(String, String)

Applies to