RegistrationServices.TypeRequiresRegistration(Type) Metoda

Definice

Určuje, zda zadaný typ vyžaduje registraci.

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

Parametry

type
Type

Typ, který chcete zkontrolovat požadavky na registraci modelu COM.

Návraty

true je-li typ registrován pro použití z modelu COM; jinak false.

Implementuje

Atributy

Platí pro