COMPropertyInfo::GetAccessors Method (Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an array whose elements contain the get and set accessors of the external COM property that this object represents.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
virtual array<MethodInfo^>^ GetAccessors(
	bool nonPublic
) override

Parameters

nonPublic
Type: System::Boolean

true to include non-public accessors.

Return Value

Type: array<System.Reflection::MethodInfo^>^

A two-element array of MethodInfo objects that contains the get and set methods of this property.

.NET Framework
Available since 1.1
Return to top
Show: