C# 클래스 Microsoft.HockeyApp.Extensibility.Windows.PageViewTelemetryModule

Windows RunTime page view telemetry module.
상속: ITelemetryModule, IDisposable
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetRootObject System.Windows.DependencyObject
PageViewTelemetryModule global::Windows.UI.Xaml
Track void
TrackFramesInObjectTree void
TrackPageView void

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Initialize ( ) : void

Initialize method is called after all configuration properties have been loaded from the configuration.

비공개 메소드들

메소드 설명
GetRootObject ( ) : DependencyObject
PageViewTelemetryModule ( ) : global::Windows.UI.Xaml

Initializes a new instance of the PageViewTelemetryModule class.

Track ( System.Windows.Controls.Frame frame ) : void
TrackFramesInObjectTree ( DependencyObject currentNode ) : void
TrackPageView ( string pageName, System.TimeSpan duration ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

Initialize method is called after all configuration properties have been loaded from the configuration.
public Initialize ( ) : void
리턴 void