Share via


RegistrationServices.TypeRepresentsComType(Type) Método

Definição

Indica se um tipo está marcado com o ComImportAttribute ou se é derivado de um tipo marcado com o ComImportAttribute e compartilha o mesmo GUID como o pai.

public:
 virtual bool TypeRepresentsComType(Type ^ type);
public virtual bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
override this.TypeRepresentsComType : Type -> bool
Public Overridable Function TypeRepresentsComType (type As Type) As Boolean

Parâmetros

type
Type

O tipo a ser verificado por ser um tipo COM.

Retornos

true se um tipo estiver marcado com o ComImportAttribute ou se for derivado de um tipo marcado com o ComImportAttribute e compartilhar o mesmo GUID como o pai; caso contrário, false.

Implementações

Aplica-se a