Note

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

Access to this page requires authorization. You can try .

UserActivityVisualElements.Content 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 and sets the content that is used for the details tile for this UserActivity

public:
 property IAdaptiveCard ^ Content { IAdaptiveCard ^ get(); void set(IAdaptiveCard ^ value); };
IAdaptiveCard Content();

void Content(IAdaptiveCard value);
public IAdaptiveCard Content { get; set; }
var iAdaptiveCard = userActivityVisualElements.content;
userActivityVisualElements.content = iAdaptiveCard;
Public Property Content As IAdaptiveCard

Property Value

The content of the tile.

Applies to


Feedback

Was this page helpful?