COMPropertyInfo.GetGetMethod(Boolean) Metode

Definisi

Mengembalikan aksesor get untuk properti ini.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

public:
 override System::Reflection::MethodInfo ^ GetGetMethod(bool nonPublic);
public override System.Reflection.MethodInfo GetGetMethod(bool nonPublic);
override this.GetGetMethod : bool -> System.Reflection.MethodInfo
Public Overrides Function GetGetMethod (nonPublic As Boolean) As MethodInfo

Parameter

nonPublic
Boolean

true untuk menyertakan aksesor non-publik.

Mengembalikan

Dapatkan aksesor untuk properti ini.

Berlaku untuk

Lihat juga