ChangeSetRequestItem.GetResourcesForDisposal 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.
Gets the resources registered for dispose on each request messages of the ChangeSet.
public override System.Collections.Generic.IEnumerable<IDisposable> GetResourcesForDisposal();
override this.GetResourcesForDisposal : unit -> seq<IDisposable>
Public Overrides Function GetResourcesForDisposal () As IEnumerable(Of IDisposable)
Returns
A collection of resources registered for dispose.