RegistrationServices.TypeRequiresRegistration(Type) Metoda

Definicja

Określa, czy określony typ wymaga rejestracji.

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, który ma być sprawdzany pod kątem wymagań dotyczących rejestracji modelu COM.

Zwraca

true jeśli typ musi być zarejestrowany do użytku z modelu COM; w przeciwnym razie false.

Implementuje

Atrybuty

Dotyczy