Share via


RegistrationServices.TypeRequiresRegistration(Type) Methode

Definition

Bestimmt, ob für den angegebenen Typ eine Registrierung erforderlich ist.

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

Parameter

type
Type

Der Typ, der auf COM-Registrierungsanforderungen überprüft werden soll.

Gibt zurück

true, wenn der Typ für die Verwendung durch COM registriert werden muss, andernfalls false.

Implementiert

Attribute

Gilt für: