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
欄位值
備註
此欄位僅供衍生類別的使用者之用 ParameterInfo
。This field is intended only for users who are deriving classes from ParameterInfo
.
參數名稱的一般存取是透過 Name 。Typical access to the parameter name is through the Name.