Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OptionalReferencePhotoCapturedEventArgs.Context Property

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.

Gets the app-defined context object associated with the advanced photo capture operation, if one was provided in the call to AdvancedPhotoCapture.CaptureAsync(Object).

public:
 property Platform::Object ^ Context { Platform::Object ^ get(); };
IInspectable Context();
public object Context { get; }
var object = optionalReferencePhotoCapturedEventArgs.context;
Public ReadOnly Property Context As Object

Property Value

Object

Platform::Object

IInspectable

The app-defined context object associated with the advanced photo capture operation.

Remarks

One overload of AdvancedPhotoCapture.CaptureAsync allows you to provide an app-defined object that conveys context information.

Applies to


Feedback

Was this page helpful?