Partilhar via


IRegistrationServices.TypeRepresentsComType(Type) Método

Definição

Determina se o tipo especificado é um tipo COM.

public:
 bool TypeRepresentsComType(Type ^ type);
public bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
Public Function TypeRepresentsComType (type As Type) As Boolean

Parâmetros

type
Type

O tipo a determinar se trata-se de um tipo COM.

Retornos

true se o tipo especificado for um tipo COM, caso contrário, false.

Aplica-se a