Udostępnij za pośrednictwem


COMPropertyInfo.GetSetMethod(Boolean) Metoda

Definicja

Zwraca zestaw metody dostępu dla tej właściwości.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

nonPublic
Boolean

true w celu dołączyć niepublicznie dostępne.

Zwraca

MethodInfo

Zestaw dostępu dla tej właściwości.

Dotyczy

Zobacz też