RegistrationServices.TypeRepresentsComType(Type) Metodo

Definizione

Indica se un tipo è contrassegnato con ComImportAttribute o deriva da un tipo contrassegnato con ComImportAttribute e condivide lo stesso GUID dell'elemento padre.

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

Parametri

type
Type

Tipo di cui verificare se è un tipo COM.

Restituisce

true se un tipo è contrassegnato con ComImportAttribute o deriva da un tipo contrassegnato con ComImportAttribute e condivide lo stesso GUID dell'elemento padre; in caso contrario, false.

Implementazioni

Si applica a