DropFormatAttribute Класс

Определение

Указывает формат, в котором IDropHandler дескрипторы.

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
Наследование
DropFormatAttribute
Атрибуты

Комментарии

Можно указать несколько экземпляров этого атрибута, чтобы обрабатывались несколько DataFormats . Этот атрибут следует использовать при экспорте IDropHandlerProvider .

Конструкторы

DropFormatAttribute(String)

Инициализирует новый экземпляр DropFormatAttribute с указанным форматом перетаскивания.

Свойства

DropFormats

Получает формат перетаскивания.

Применяется к