ILClassificationUIExtensionViewController.Prepare Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called just before request
is shown to the user.
[Foundation.Export("prepareForClassificationRequest:")]
public virtual void Prepare (IdentityLookup.ILClassificationRequest request);
abstract member Prepare : IdentityLookup.ILClassificationRequest -> unit
override this.Prepare : IdentityLookup.ILClassificationRequest -> unit
Parameters
- request
- ILClassificationRequest
The request that will be shown to the user.
- Attributes