Compartir a través de


ExportActionParameterTypeAttribute Class

Definition

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)

Applies to