IRegistrationServices.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:
bool TypeRequiresRegistration(Type ^ type);
public bool TypeRequiresRegistration(Type type);
[System.Security.SecurityCritical]
public bool TypeRequiresRegistration(Type type);
abstract member TypeRequiresRegistration : Type -> bool
[<System.Security.SecurityCritical>]
abstract member TypeRequiresRegistration : Type -> bool
Public 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.
- Attribut