RegistrationServices.TypeRepresentsComType(Type) Método

Definición

Indica si un tipo está marcado con ComImportAttributeo se deriva de un tipo marcado con y ComImportAttribute 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

true si un tipo está marcado con ComImportAttributeo deriva de un tipo marcado con y ComImportAttribute comparte el mismo GUID que el elemento primario; en caso contrario false, .

Implementaciones

Se aplica a