IComNativeDescriptorHandler Interfaccia

Definizione

Attenzione

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202

Attenzione

IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.

Attenzione

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. http://go.microsoft.com/fwlink/?linkid=14202

Attenzione

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202

Fornisce un livello di mapping di livello principale tra un oggetto COM e TypeDescriptor.

public interface class IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
public interface IComNativeDescriptorHandler
[System.Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]
public interface IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
type IComNativeDescriptorHandler = interface
[<System.Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")>]
type IComNativeDescriptorHandler = interface
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
Public Interface IComNativeDescriptorHandler
Attributi

Commenti

Nota

Questa API è ora obsoleta. Aggiungere un TypeDescriptionProvider oggetto per gestire invece un ComObjectType oggetto.

Metodi

GetAttributes(Object)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene gli attributi per il componente specificato.

GetClassName(Object)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene il nome della classe per il componente specificato.

GetConverter(Object)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene il convertitore di tipi per il componente specificato.

GetDefaultEvent(Object)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene l'evento predefinito per il componente specificato.

GetDefaultProperty(Object)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene la proprietà predefinita per il componente specificato.

GetEditor(Object, Type)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene l'editor per il componente specificato.

GetEvents(Object)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene gli eventi per il componente specificato.

GetEvents(Object, Attribute[])
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene gli eventi con gli attributi specificati per il componente specificato.

GetName(Object)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene il nome del componente specificato.

GetProperties(Object, Attribute[])
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene le proprietà con gli attributi specificati per il componente specificato.

GetPropertyValue(Object, Int32, Boolean)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene il valore della proprietà con l'ID dispatch specificato.

GetPropertyValue(Object, String, Boolean)
Obsoleti.
Obsoleti.
Obsoleti.
Obsoleti.

Ottiene il valore della proprietà con il nome specificato.

Si applica a