The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
COMPropertyInfo::GetAccessors Method (Boolean)
.NET Framework (current version)
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.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
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.
Implements
_PropertyInfo::GetAccessors(Boolean)
.NET Framework
Available since 1.1
Available since 1.1
Show: