CCallbackAttribute Class
Definition
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.
This attribute is applied to delegate parameters in a delegate to specify that the delegate parameter needs an C-style bridge.
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)]
public class CCallbackAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)>]
type CCallbackAttribute = class
inherit Attribute
- Inheritance
-
CCallbackAttribute
- Attributes
Constructors
| Name | Description |
|---|---|
| CCallbackAttribute() |
Initializes a new instance of the CCallbackAttribute class. |