CustomOperatorAdapter.Context Property
Gets the CustomOperatorContext that was used to initialize this CustomOperatorAdapter.
Syntax
public CustomOperatorContext Context { get; }
Property Value
The context object that gives the custom operator access to properties of the CustomOperatorProxy.
Remarks
This property returns the same CustomOperatorContext object that was passed to the OnInitialize method.
Platforms
Windows, Linux, Android