_MethodInfo.Name 屬性

定義

為 COM 物件提供與版本無關的 Name 屬性之存取權。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

屬性值

String

String 物件,其中包含這個成員的名稱。

備註

這個屬性是用來從非受控碼存取 managed 類別,不應該從 managed 程式碼呼叫。

Name屬性會取得目前成員的名稱。

適用於