Compartilhar via


Método RegistrationServices.TypeRepresentsComType (Type)

 

Publicado: agosto de 2016

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

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.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

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

Parâmetros

  • type
    Type: System.Type

    O tipo a ser verificado por ser um tipo COM.

Valor Retornado

Type: System.Boolean

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

IRegistrationServices.TypeRepresentsComType(Type)

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe RegistrationServices
Namespace System.Runtime.InteropServices

Retornar ao início