TargetedContentValue.Actions Property

Definition

Gets an array of TargetedContentAction objects in a TargetedContentValue object.

public:
 property IVectorView<TargetedContentAction ^> ^ Actions { IVectorView<TargetedContentAction ^> ^ get(); };
IVectorView<TargetedContentAction> Actions();
public IReadOnlyList<TargetedContentAction> Actions { get; }
var iVectorView = targetedContentValue.actions;
Public ReadOnly Property Actions As IReadOnlyList(Of TargetedContentAction)

Property Value

Windows requirements

App capabilities
secondaryAuthenticationFactor

Applies to