ParameterInfo.NameImpl 字段

定义

参数的名称。The name of the parameter.

protected: System::String ^ NameImpl;
protected string? NameImpl;
protected string NameImpl;
val mutable NameImpl : string
Protected NameImpl As String 

字段值

String

注解

此字段仅适用于从派生类的用户 ParameterInfoThis field is intended only for users who are deriving classes from ParameterInfo.

对参数名称的典型访问通过 NameTypical access to the parameter name is through the Name.

适用于