RegistrationServices.TypeRequiresRegistration(Type) Metod

Definition

Avgör om den angivna typen kräver registrering.

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

Parametrar

type
Type

Typ för att söka efter KRAV för COM-registrering.

Returer

true om typen måste registreras för användning från COM; annars false.

Implementeringar

Attribut

Gäller för