RegistrationServices.TypeRequiresRegistration(Type) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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