ExportActionParameterTypeAttribute 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.
Provides a way to export an action parameter type.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public class ExportActionParameterTypeAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type ExportActionParameterTypeAttribute = class
inherit ExportAttribute
Public Class ExportActionParameterTypeAttribute
Inherits ExportAttribute
- Inheritance
-
ExportActionParameterTypeAttribute
- Attributes
Constructors
ExportActionParameterTypeAttribute(Type) |