_MemberInfo.Name プロパティ
定義
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
プロパティ値
このメンバーの名前を格納している String オブジェクト。A String object containing the name of this member.
注釈
このプロパティは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。This property is for access to managed classes from unmanaged code and should not be called from managed code.
プロパティは、 MemberInfo.Name 現在のメンバーの名前を取得します。The MemberInfo.Name property gets the name of the current member.