UserActivityVisualElements.Attribution 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 or sets the visual information about a user activity.
public:
property UserActivityAttribution ^ Attribution { UserActivityAttribution ^ get(); void set(UserActivityAttribution ^ value); };
UserActivityAttribution Attribution();
void Attribution(UserActivityAttribution value);
public UserActivityAttribution Attribution { get; set; }
var userActivityAttribution = userActivityVisualElements.attribution;
userActivityVisualElements.attribution = userActivityAttribution;
Public Property Attribution As UserActivityAttribution
Property Value
The visual information such as the URI for the icon, text used by screen readers, and so on.
Remarks
This visual information overrides the visual information that the system provides about the user activity.