?? microsoft.windowsmobile.status.xml
字號:
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.DisableApplicationLauncher">
<summary>
Disables the Application Launcher for this instance.
</summary>
<remarks>
The Application Launcher will no longer launch the application that it was associated with.
</remarks>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.Key">
<summary>
Gets the string value of the registry key (for example, <b>HKEY_LOCAL_MACHINE\SOFTWARE</b>).
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.ValueName">
<summary>
Gets the string name of the value under the key.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.CurrentValue">
<summary>
Gets or sets the current value of the registry key and value pair.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.ComparisonType">
<summary>
Gets or sets the type of comparison operation.
</summary>
<exception cref="T:Microsoft.WindowsMobile.Status.StateException">
The exception that is thrown when <b>ComparisonType</b> is set after calling <b>EnableApplicationLauncher</b>, or after
registering an event handler with the <b>Changed</b> event.
</exception>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.ComparisonValue">
<summary>
Gets or sets the comparison value.
</summary>
<exception cref="T:Microsoft.WindowsMobile.Status.StateException">
The exception that is thrown when <b>ComparisonValue</b> is set after calling <b>EnableApplicationLauncher</b>, or after
registering an event handler with the <b>Changed</b> event.
</exception>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.BitMask">
<summary>
Gets or sets the optional bitmask to use for an integer comparison.
</summary>
<exception cref="T:Microsoft.WindowsMobile.Status.StateException">
Thrown if BitMask is set after calling EnableApplicationLauncher or after
registering an event handler with the Changed event.
</exception>
</member>
<member name="E:Microsoft.WindowsMobile.Status.RegistryState.Changed">
<summary>
Occurs when a value changes.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.ApplicationArguments">
<summary>
Gets the arguments passed to the application if the Application Launcher is enabled.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.ApplicationToLaunch">
<summary>
Gets the name of the application to launch if the Application Launcher is enabled.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.RegistryState.ApplicationLaunchId">
<summary>
Gets the unique ID for the <b>RegistryState</b>.
</summary>
</member>
<member name="T:Microsoft.WindowsMobile.Status.RegistryState.RegistrationResult">
<summary>
Specifies the error codes returned from the <b>RegExt</b> functions.
</summary>
</member>
<member name="T:Microsoft.WindowsMobile.Status.RegistryValuePath">
<summary>
Represents a key and value name
</summary>
</member>
<member name="T:Microsoft.WindowsMobile.Status.SystemProperty">
<summary>
Specifies the device-wide system properties
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.ActiveApplication">
<summary>
Gets the name of the application that was previously active and the name of the application that is currently active, separated by the 'Escape' character ('\e').
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.DisplayRotation">
<summary>
Gets the orientation of the display, specified as the number of degrees, ranging from 0 to 360. Portrait = 0. Landscape = 90 or -90.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.KeyboardPresent">
<summary>
Gets a value indicating whether a keyboard is attached and enabled.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.CradlePresent">
<summary>
Gets a value indicating whether the device is connected to a cradle.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.CameraPresent">
<summary>
Gets a value indicating whether a camera is attached and enabled.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingSmsUnread">
<summary>
Gets the number of unread SMS messages.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingMmsUnread">
<summary>
Gets the number of unread MMS messages
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingVoiceMailTotalUnread">
<summary>
Gets the number of unplayed voice mail messages.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingVoiceMail1Unread">
<summary>
Gets the number of unplayed voice mail messages for line 1.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingVoiceMail2Unread">
<summary>
Gets the number of unplayed voice mail messages for line 2
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingActiveSyncEmailUnread">
<summary>
Gets the number of unread ActiveSync e-mail messages.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingTotalEmailUnread">
<summary>
Gets the total number of unread e-mail messages from all POP3/IMAP accounts.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingOtherEmailUnread">
<summary>
Gets the number of unread e-mail messages from all non-ActiveSync messaging accounts.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingLastEmailAccountName">
<summary>
Gets the name of the e-mail account that was last active.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingSmsAccountName">
<summary>
Gets the name of the SMS messaging account.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingMmsAccountName">
<summary>
Gets the name of the MMS messaging account.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MessagingActiveSyncAccountName">
<summary>
Get the name of the Outlook e-mail messaging account.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.TasksActive">
<summary>
Gets the number of active tasks.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.TasksHighPriority">
<summary>
Gets the number of high priority tasks that are currently active.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.TasksDueToday">
<summary>
Gets the number of active tasks that are due today.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.TasksOverdue">
<summary>
Gets the number of overdue tasks.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.CalendarNextAppointmentSubject">
<summary>
Gets the subject of the next Appointment.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.CalendarNextAppointmentLocation">
<summary>
Gets the location of the next Appointment.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.CalendarNextAppointmentStart">
<summary>
Gets the starting time of the next Appointment.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.CalendarNextAppointmentEnd">
<summary>
Gets the ending time of the next Appointment.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerAlbumArtist">
<summary>
Gets the album artist's name of the currently playing track in Windows Media Player.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerTrackBitrate">
<summary>
Gets the title of the track currently playing in Windows Media Player. For example, "128Kbps"
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerTrackTitle">
<summary>
Gets the title of the track currently playing in Windows Media Player.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerAlbumTitle">
<summary>
Gets the album title of the currently playing track in Windows Media Player.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerTrackArtist">
<summary>
Gets the artist's name of the currently playing track in Windows Media Player.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerTrackNumber">
<summary>
Gets the number of the current track playing in Windows Media Player.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerTrackGenre">
<summary>
Gets the genre of the currently playing track in Windows Media Player.
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.SystemProperty.MediaPlayerTrackTimeElapsed">
<summary>
Gets the elapsed time (in milliseconds) of the currently playing track in Windows Media Player.
</summary>
</member>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -