TypeDescriptor.RemoveAssociations(Object) 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.
Removes all associations for a primary object.
public:
static void RemoveAssociations(System::Object ^ primary);
public static void RemoveAssociations (object primary);
static member RemoveAssociations : obj -> unit
Public Shared Sub RemoveAssociations (primary As Object)
Parameters
Exceptions
primary
is null
.
Remarks
The RemoveAssociations method removes all associations between a primary object and all of its secondary objects, created by calls to the CreateAssociation method.
A WeakReference is used to maintain the association between the primary and secondary object; therefore, this method does not influence when either the primary of secondary objects are finalized or reclaimed by garbage collection.