ComExposedClassAttribute<T> Classe
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.
Importante
Questa API non è conforme a CLS.
Indica che le istanze di un tipo devono essere esposte a COM.
generic <typename T>
where T : IComExposedClasspublic ref class ComExposedClassAttribute sealed : Attribute, System::Runtime::InteropServices::Marshalling::IComExposedDetails
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
[System.CLSCompliant(false)]
public sealed class ComExposedClassAttribute<T> : Attribute, System.Runtime.InteropServices.Marshalling.IComExposedDetails where T : IComExposedClass
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
[<System.CLSCompliant(false)>]
type ComExposedClassAttribute<'T (requires 'T :> IComExposedClass)> = class
inherit Attribute
interface IComExposedDetails
Public NotInheritable Class ComExposedClassAttribute(Of T)
Inherits Attribute
Implements IComExposedDetails
Parametri di tipo
- T
Tipo che fornisce informazioni su come esporre il tipo con attributi a COM.
- Ereditarietà
- Attributi
- Implementazioni
Costruttori
ComExposedClassAttribute<T>() |
Inizializza una nuova istanza della classe ComExposedClassAttribute<T>. |
Proprietà
TypeId |
Quando è implementata in una classe derivata, ottiene un identificatore univoco della classe Attribute. (Ereditato da Attribute) |
Metodi
Equals(Object) |
Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato. (Ereditato da Attribute) |
GetComInterfaceEntries(Int32) |
Ottiene le informazioni sull'interfaccia COM da fornire a un'istanza ComWrappers di per esporre questo tipo a COM. |
GetHashCode() |
Restituisce il codice hash per l'istanza. (Ereditato da Attribute) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
IsDefaultAttribute() |
In caso di override in una classe derivata, indica se il valore di questa istanza è il valore predefinito per la classe derivata. (Ereditato da Attribute) |
Match(Object) |
Quando è sottoposto a override in una classe derivata, restituisce un valore che indica se questa istanza equivale a un oggetto specificato. (Ereditato da Attribute) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |