RegistrationServices.TypeRepresentsComType(Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
.