ReflectionModelServices.IsDisposalRequired(ComposablePartDefinition) Methode

Definitie

Bepaalt of het opgegeven onderdeel verwijdering vereist.

public:
 static bool IsDisposalRequired(System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^ partDefinition);
public static bool IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition partDefinition);
static member IsDisposalRequired : System.ComponentModel.Composition.Primitives.ComposablePartDefinition -> bool
Public Shared Function IsDisposalRequired (partDefinition As ComposablePartDefinition) As Boolean

Parameters

partDefinition
ComposablePartDefinition

Het deel dat moet worden onderzocht.

Retouren

true indien het deel verwijdering vereist; anders, false.

Uitzonderingen

partDefinition is null.

Van toepassing op