DropFormatAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format that an IDropHandler handles.
C++
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
- Inheritance
-
DropFormatAttribute
- Attributes
You can specify multiple instances of this attribute in order to handle multiple DataFormats. This attribute should be used on an export of IDropHandlerProvider.
Drop |
Initializes a new instance of DropFormatAttribute with the specified drop format. |
Drop |
Gets the drop format. |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |