IDispatchImplAttribute 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.
Attenzione
This attribute is deprecated and will be removed in a future version.
Indica quale implementazione di IDispatch
viene utilizzata da Common Language Runtime quando espone le interfacce duali e dispatch a COM.
public ref class IDispatchImplAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, Inherited=false)]
public sealed class IDispatchImplAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, Inherited=false)]
[System.Obsolete("This attribute is deprecated and will be removed in a future version.", false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class IDispatchImplAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, Inherited=false)>]
type IDispatchImplAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, Inherited=false)>]
[<System.Obsolete("This attribute is deprecated and will be removed in a future version.", false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IDispatchImplAttribute = class
inherit Attribute
Public NotInheritable Class IDispatchImplAttribute
Inherits Attribute
- Ereditarietà
- Attributi
Commenti
È possibile applicare questo attributo a classi o assembly.
Questo attributo deve essere impostato solo quando è necessaria un'implementazione esplicita. Quando si imposta l'attributo su CompatibleImpl, l'implementazione IDispatch
viene fornita passando le informazioni sul tipo per l'oggetto all'API CreateStdDispatch
COM. Quando si imposta l'attributo su InternalImpl, l'implementazione IDispatch
viene fornita da Common Language Runtime. L'impostazione dell'attributo su SystemDefinedImpl consente al runtime di scegliere l'implementazione appropriata. Quando si usa l'attributo in un assembly, l'attributo si applica a tutte le classi definite all'interno dell'assembly. Quando si usa l'attributo in una singola classe, l'attributo si applica solo alle interfacce esposte da tale classe e sostituisce qualsiasi impostazione a livello di assembly.
Costruttori
IDispatchImplAttribute(IDispatchImplType) |
Obsoleti.
Inizializza una nuova istanza della classe |
IDispatchImplAttribute(Int16) |
Obsoleti.
Inizializza una nuova istanza della classe |
Proprietà
TypeId |
Obsoleti.
Quando è implementata in una classe derivata, ottiene un identificatore univoco della classe Attribute. (Ereditato da Attribute) |
Value |
Obsoleti.
Ottiene il valore di IDispatchImplType utilizzato dalla classe. |
Metodi
Equals(Object) |
Obsoleti.
Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato. (Ereditato da Attribute) |
GetHashCode() |
Obsoleti.
Restituisce il codice hash per l'istanza. (Ereditato da Attribute) |
GetType() |
Obsoleti.
Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
IsDefaultAttribute() |
Obsoleti.
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) |
Obsoleti.
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() |
Obsoleti.
Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) |
ToString() |
Obsoleti.
Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
Implementazioni dell'interfaccia esplicita
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Obsoleti.
Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch. (Ereditato da Attribute) |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Obsoleti.
Recupera le informazioni sul tipo relative a un oggetto, che possono essere usate per ottenere informazioni sul tipo relative a un'interfaccia. (Ereditato da Attribute) |
_Attribute.GetTypeInfoCount(UInt32) |
Obsoleti.
Recupera il numero delle interfacce di informazioni sul tipo fornite da un oggetto (0 o 1). (Ereditato da Attribute) |
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Obsoleti.
Fornisce l'accesso a proprietà e metodi esposti da un oggetto. (Ereditato da Attribute) |