IBindCtx.ReleaseBoundObjects Method

Definition

Releases all the objects currently registered with the bind context by using the RegisterObjectBound(Object) method.

public:
 void ReleaseBoundObjects();
public void ReleaseBoundObjects ();
abstract member ReleaseBoundObjects : unit -> unit
Public Sub ReleaseBoundObjects ()

Remarks

For more information, see the existing documentation for IBindCtx::ReleaseBoundObjects in the MSDN library.

Applies to