ActivationViewSwitcher.IsViewPresentedOnActivationVirtualDesktop Method
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.
Returns a value that indicates whether the specified view is present on the virtual desktop that the activation was initiated on.
public:
virtual bool IsViewPresentedOnActivationVirtualDesktop(int viewId) = IsViewPresentedOnActivationVirtualDesktop;
bool IsViewPresentedOnActivationVirtualDesktop(int const& viewId);
public bool IsViewPresentedOnActivationVirtualDesktop(int viewId);
function isViewPresentedOnActivationVirtualDesktop(viewId)
Public Function IsViewPresentedOnActivationVirtualDesktop (viewId As Integer) As Boolean
Parameters
- viewId
-
Int32
int
The identifier for that view that is being activated.
Returns
Boolean
bool
true if the view is present on the virtual desktop that the activation was initiated on; otherwise, false.