IRegistrationServices.TypeRequiresRegistration(Type) Метод

Определение

Определяет, необходима ли регистрация указанного типа.

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

Параметры

type
Type

Тип, для которого проверяется необходимость регистрации COM.

Возвращаемое значение

Значение true, если тип необходимо регистрировать для использования из COM; в противном случае — значение false.

Атрибуты

Применяется к