RegistrationServices.TypeRepresentsComType(Type) Método

Definição

Indica se um tipo está marcado com , ComImportAttributeou deriva de um tipo marcado com e ComImportAttribute partilha o mesmo GUID que 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 verificar se é do tipo COM.

Devoluções

true se um tipo estiver marcado com o ComImportAttribute, ou derivar de um tipo marcado com o ComImportAttribute e partilhar o mesmo GUID que o pai; caso contrário false.

Implementações

Aplica-se a