FullContactCardOptions.DesiredRemainingView 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 a value that describes the desired view size for the full contact card.
public:
property ViewSizePreference DesiredRemainingView { ViewSizePreference get(); void set(ViewSizePreference value); };
ViewSizePreference DesiredRemainingView();
void DesiredRemainingView(ViewSizePreference value);
public ViewSizePreference DesiredRemainingView { get; set; }
var viewSizePreference = fullContactCardOptions.desiredRemainingView;
fullContactCardOptions.desiredRemainingView = viewSizePreference;
Public Property DesiredRemainingView As ViewSizePreference
Property Value
A value that describes the desired view size for the full contact card.
Windows requirements
App capabilities |
contactsSystem
|