AlternateViewCollection.Dispose Method

Definition

Releases all resources used by the AlternateViewCollection.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Remarks

This method invokes Dispose on all views in this collection. This method is called by the Dispose method. You do not need to call it in your application.

Applies to