ResourceCollection.GetEnumerator Method

Definition

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource>
Public Function GetEnumerator () As IEnumerator(Of IDeploymentResource)

Returns

IEnumerator<IDeploymentResource>

Implements

Applies to