IComNativeDescriptorHandler Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202
Cuidado
IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.
Cuidado
This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. http://go.microsoft.com/fwlink/?linkid=14202
Cuidado
This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202
Fornece uma camada de mapeamento de nível superior entre um objeto COM e um 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
- Atributos
Comentários
Observação
Esta API agora é obsoleta. Adicione um TypeDescriptionProvider para manipular um ComObjectType em vez disso.
Métodos
GetAttributes(Object) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém os atributos para o componente especificado. |
GetClassName(Object) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém o nome de classe para o componente especificado. |
GetConverter(Object) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém o conversor de tipo para o componente especificado. |
GetDefaultEvent(Object) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém o evento padrão para o componente especificado. |
GetDefaultProperty(Object) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém a propriedade padrão para o componente especificado. |
GetEditor(Object, Type) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém o editor para o componente especificado. |
GetEvents(Object) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém os eventos para o componente especificado. |
GetEvents(Object, Attribute[]) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém os eventos com os atributos especificados para o componente especificado. |
GetName(Object) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém o nome do componente especificado. |
GetProperties(Object, Attribute[]) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém as propriedades com os atributos especificados para o componente especificado. |
GetPropertyValue(Object, Int32, Boolean) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém o valor da propriedade que tem o identificador de expedição especificado. |
GetPropertyValue(Object, String, Boolean) |
Obsoleto.
Obsoleto.
Obsoleto.
Obsoleto.
Obtém o valor da propriedade que tem o nome especificado. |