COMPropertyInfo.GetAccessors(Boolean) Yöntem

Tanım

Öğeleri, bu nesnenin temsil ettiği dış COM özelliğinin get ve set erişimcilerini içeren bir diziyi alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 override cli::array <System::Reflection::MethodInfo ^> ^ GetAccessors(bool nonPublic);
public override System.Reflection.MethodInfo[] GetAccessors (bool nonPublic);
override this.GetAccessors : bool -> System.Reflection.MethodInfo[]
Public Overrides Function GetAccessors (nonPublic As Boolean) As MethodInfo()

Parametreler

nonPublic
Boolean

true Genel olmayan erişimcileri eklemek için.

Döndürülenler

MethodInfo[]

MethodInfoBu özelliğin get ve set yöntemlerini içeren iki öğeli nesne dizisi.

Şunlara uygulanır

Ayrıca bkz.