IRegistrationServices.TypeRequiresRegistration(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified type requires registration.
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
Parameters
- type
- Type
The type to check for COM registration requirements.
Returns
true
if the type must be registered for use from COM; otherwise false
.
- Attributes
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.