SystemInformation.TrackAppUse 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.
Overloads
| TrackAppUse(LaunchActivatedEventArgs) | 
						 Tracks information about the app's launch.  | 
        	
| TrackAppUse(IActivatedEventArgs, XamlRoot) | 
						 Tracks information about the app's launch.  | 
        	
TrackAppUse(LaunchActivatedEventArgs)
- Source:
 - SystemInformation.cs
 
Tracks information about the app's launch.
public static void TrackAppUse(Windows.ApplicationModel.Activation.LaunchActivatedEventArgs args);
	static member TrackAppUse : Windows.ApplicationModel.Activation.LaunchActivatedEventArgs -> unit
	Public Shared Sub TrackAppUse (args As LaunchActivatedEventArgs)
	Parameters
- args
 - Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
 
Details about the launch request and process.
Applies to
TrackAppUse(IActivatedEventArgs, XamlRoot)
- Source:
 - SystemInformation.cs
 
- Source:
 - SystemInformation.cs
 
Tracks information about the app's launch.
public void TrackAppUse(Windows.ApplicationModel.Activation.IActivatedEventArgs args, Windows.UI.Xaml.XamlRoot xamlRoot = default);
	member this.TrackAppUse : Windows.ApplicationModel.Activation.IActivatedEventArgs * Windows.UI.Xaml.XamlRoot -> unit
	Public Sub TrackAppUse (args As IActivatedEventArgs, Optional xamlRoot As XamlRoot = Nothing)
	Parameters
- args
 - Windows.ApplicationModel.Activation.IActivatedEventArgs
 
Details about the launch request and process.
- xamlRoot
 - Windows.UI.Xaml.XamlRoot
 
The XamlRoot object from your visual tree.