RegistrationServices.TypeRepresentsComType(Type) Método

Definición

Indica si un tipo se ha marcado con ComImportAttribute o deriva de un tipo marcado con ComImportAttribute y comparte el mismo GUID que el elemento primario.

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

Tipo que se va a comprobar si es un tipo COM.

Devoluciones

Es true si un tipo se ha marcado con ComImportAttribute o deriva de un tipo marcado con ComImportAttribute y comparte el mismo GUID que el elemento primario; de lo contrario es false.

Implementaciones

Se aplica a