ResourceCollection.Remove 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.
Overloads
| Remove() | |
| Remove(IDeploymentResource) | |
| Remove(ICollection<IDeploymentResource>) | |
| Remove(String, String) |
Remove()
Remove(IDeploymentResource)
Important
This API is not CLS-compliant.
public:
virtual bool Remove(Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^ resource);
[System.CLSCompliant(false)]
public bool Remove (Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource resource);
abstract member Remove : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> bool
override this.Remove : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> bool
Public Function Remove (resource As IDeploymentResource) As Boolean
Parameters
- resource
- IDeploymentResource
Returns
Implements
- Attributes
Applies to
Remove(ICollection<IDeploymentResource>)
public:
virtual void Remove(System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^> ^ resources);
public void Remove (System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> resources);
abstract member Remove : System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> -> unit
override this.Remove : System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> -> unit
Public Sub Remove (resources As ICollection(Of IDeploymentResource))
Parameters
- resources
- ICollection<IDeploymentResource>
Implements
Applies to
Remove(String, String)
public:
virtual void Remove(System::String ^ resourceType, System::String ^ luid);
public void Remove (string resourceType, string luid);
abstract member Remove : string * string -> unit
override this.Remove : string * string -> unit
Public Sub Remove (resourceType As String, luid As String)
Parameters
- resourceType
- String
- luid
- String