OperationParameterInfo.Attributes 属性

定义

获取或设置关联操作参数的属性。

public:
 property System::Reflection::ParameterAttributes Attributes { System::Reflection::ParameterAttributes get(); void set(System::Reflection::ParameterAttributes value); };
public System.Reflection.ParameterAttributes Attributes { get; set; }
member this.Attributes : System.Reflection.ParameterAttributes with get, set
Public Property Attributes As ParameterAttributes

属性值

ParameterAttributes

关联的操作参数的 ParameterAttributes

适用于