ApplicationViewTransferContext.ViewId 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 ID of the application view.
public:
property int ViewId { int get(); void set(int value); };
int ViewId();
void ViewId(int value);
public int ViewId { get; set; }
var int32 = applicationViewTransferContext.viewId;
applicationViewTransferContext.viewId = int32;
Public Property ViewId As Integer
Property Value
Int32
int
The ID of the application view.