ExtenderProvidedPropertyAttribute 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.
Specifica una proprietà offerta da un provider extender. Questa classe non può essere ereditata.
public ref class ExtenderProvidedPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class ExtenderProvidedPropertyAttribute : Attribute
public sealed class ExtenderProvidedPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type ExtenderProvidedPropertyAttribute = class
inherit Attribute
type ExtenderProvidedPropertyAttribute = class
inherit Attribute
Public NotInheritable Class ExtenderProvidedPropertyAttribute
Inherits Attribute
- Ereditarietà
- Attributi
Commenti
L'oggetto ExtenderProvidedPropertyAttribute viene inserito automaticamente dalla TypeDescriptor classe sulle proprietà esposte come proprietà estese.
Annotazioni
Non usare questo attributo nelle proprietà. Usare invece su ProvidePropertyAttribute un tipo che implementa l'interfaccia IExtenderProvider .
Costruttori
| Nome | Descrizione |
|---|---|
| ExtenderProvidedPropertyAttribute() |
Inizializza una nuova istanza della classe ExtenderProvidedPropertyAttribute. |
Proprietà
| Nome | Descrizione |
|---|---|
| ExtenderProperty |
Ottiene la proprietà specificata. |
| Provider |
Ottiene il provider extender che fornisce la proprietà . |
| ReceiverType |
Ottiene il tipo di oggetto che può ricevere la proprietà . |
| TypeId |
Se implementato in una classe derivata, ottiene un identificatore univoco per questo Attribute. (Ereditato da Attribute) |
Metodi
| Nome | Descrizione |
|---|---|
| Equals(Object) |
Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato. |
| GetHashCode() |
Restituisce il codice hash per questa istanza. |
| GetType() |
Ottiene il Type dell'istanza corrente. (Ereditato da Object) |
| IsDefaultAttribute() |
Fornisce un'indicazione se il valore di questa istanza è il valore predefinito per la classe derivata. |
| Match(Object) |
Quando sottoposto a override in una classe derivata, restituisce un valore che indica se questa istanza è uguale a un oggetto specificato. (Ereditato da Attribute) |
| MemberwiseClone() |
Crea una copia superficiale del Objectcorrente. (Ereditato da Object) |
| ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
Implementazioni dell'interfaccia esplicita
| Nome | Descrizione |
|---|---|
| _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch. (Ereditato da Attribute) |
| _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Recupera le informazioni sul tipo per un oggetto, che può essere utilizzato per ottenere le informazioni sul tipo per un'interfaccia. (Ereditato da Attribute) |
| _Attribute.GetTypeInfoCount(UInt32) |
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) |
Fornisce l'accesso alle proprietà e ai metodi esposti da un oggetto . (Ereditato da Attribute) |