RegistrationServices.TypeRequiresRegistration(Type) Methode

Definitie

Bepaalt of het opgegeven type registratie vereist.

public:
 virtual bool TypeRequiresRegistration(Type ^ type);
public virtual bool TypeRequiresRegistration(Type type);
[System.Security.SecurityCritical]
public virtual bool TypeRequiresRegistration(Type type);
abstract member TypeRequiresRegistration : Type -> bool
override this.TypeRequiresRegistration : Type -> bool
[<System.Security.SecurityCritical>]
abstract member TypeRequiresRegistration : Type -> bool
override this.TypeRequiresRegistration : Type -> bool
Public Overridable Function TypeRequiresRegistration (type As Type) As Boolean

Parameters

type
Type

Het type dat moet worden gecontroleerd op COM-registratievereisten.

Retouren

true als het type moet worden geregistreerd voor gebruik vanuit COM; anders false.

Implementeringen

Kenmerken

Van toepassing op