IRegistrationServices.TypeRequiresRegistration(Type) Methode

Definitie

Bepaalt of het opgegeven type registratie vereist.

public:
 bool TypeRequiresRegistration(Type ^ type);
public bool TypeRequiresRegistration(Type type);
[System.Security.SecurityCritical]
public bool TypeRequiresRegistration(Type type);
abstract member TypeRequiresRegistration : Type -> bool
[<System.Security.SecurityCritical>]
abstract member TypeRequiresRegistration : Type -> bool
Public 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.

Kenmerken

Van toepassing op