DropFormatAttribute Classe

Definição

Especifica o formato que um IDropHandler identificador.

public ref class DropFormatAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class DropFormatAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type DropFormatAttribute = class
    inherit Attribute
Public NotInheritable Class DropFormatAttribute
Inherits Attribute
Herança
DropFormatAttribute
Atributos

Comentários

Você pode especificar várias instâncias desse atributo para lidar com vários DataFormats . Esse atributo deve ser usado em uma exportação de IDropHandlerProvider .

Construtores

DropFormatAttribute(String)

Inicializa uma nova instância do DropFormatAttribute com o formato de remoção especificado.

Propriedades

DropFormats

Obtém o formato de remoção.

Aplica-se a