IDeploymentResourceCollection Interface
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 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