亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? microsoft.windowsmobile.status.xml

?? 模仿iPhoneUI開發的Windows Mobile界面
?? XML
?? 第 1 頁 / 共 5 頁
字號:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsMobile.Status</name>
    </assembly>
    <members>
        <member name="M:Microsoft.WindowsMobile.Status.SafeNativeMethods.#ctor">
            <summary>
            The constructor exists so that the default constructor is not created (since all methods are static).
            </summary>
        </member>
        <member name="T:Microsoft.WindowsMobile.Status.RegistryState">
            <summary>
            Defines the state of a registry key (that is, the key name, the names of its values, and the data contained in its values).
            </summary>
        </member>
        <member name="T:Microsoft.WindowsMobile.Status.StateBase">
            <summary>
            The abstract base of a <b>State</b> class.  You can use <b>State</b> classes to query system state values, and then be notified when changes occur.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.StateBase.#ctor">
            <summary>
            Initializes a new instance of the <b>StateBase</b> class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.StateBase.EnableApplicationLauncher(System.String,System.String,System.String)">
            <summary>
            Enables the Application Launcher for this object, using it鈥檚 unique ID, the fully qualified path-name of the application to launch, and any arguments it requires.
            </summary>
            <param name="applicationLaunchId">The ID of the Application Launcher.</param>
            <param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
            <param name="arguments">A string containing the arguments to pass to the application.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.StateBase.EnableApplicationLauncher(System.String,System.String)">
            <summary>
            Enables the Application Launcher for this object, using it鈥檚 unique ID, and the fully qualified path-name of the application to launch.
            </summary>
            <param name="applicationLaunchId">The ID of the Application Launcher.</param>
            <param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.StateBase.EnableApplicationLauncher(System.String)">
            <summary>
            Enables the Application Launcher for this object, using it鈥檚 unique ID.
            </summary>
            <param name="applicationLaunchId">The ID of the Application Launcher.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.StateBase.DisableApplicationLauncher">
            <summary>
            Disables the Application Launcher for this instance.  It will no longer launch the application that it was associated with.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Status.StateBase.CurrentValue">
            <summary>
            Gets and sets the current value of the system state.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Status.StateBase.ComparisonType">
            <summary>
            Gets and sets the type of comparison operation used to generate state condition notifications.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Status.StateBase.ComparisonValue">
            <summary>
            Gets and sets the comparion value that is used in the generation of Status events. The event occurs when the result of the comparison is <b>true</b>.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Status.StateBase.BitMask">
            <summary>
            Gets and sets the optional bitmask used in Integer comparisons.
            </summary>
        </member>
        <member name="E:Microsoft.WindowsMobile.Status.StateBase.Changed">
            <summary>
            Occurs when the system state changes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Status.StateBase.ApplicationArguments">
            <summary>
            Gets the arguments passed to the application. <b>Note</b>: The Application Launcher must be enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Status.StateBase.ApplicationToLaunch">
            <summary>
            The string name of the application to launch. <b>Note</b>: The Application Launcher must be enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Status.StateBase.ApplicationLaunchId">
            <summary>
            Unique id for the SystemState
            </summary>
        </member>
        <member name="F:Microsoft.WindowsMobile.Status.RegistryState.NotificationRegistryLocation">
            <summary>
            The location in the registry where statstor registration is maintained.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <b>RegistryState</b> class, using an existing <b>RegistryState</b> object that has the Application Launcher enabled.
            </summary>
            <param name="applicationLaunchId">The unique ID of the <b>RegistryState</b> to load.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String,System.Boolean)">
            <summary>
            Creates a new instance of the <b>RegistryState</b> class, using persisted (saved) state values of a previous instance. This persisted <b>RegistryState</b> object is uniquely identified by the <b>applicationLaunchId</b>.
            </summary>
            <remarks>
            Use the application鈥檚 form thread if you want to manipulate the user interface using an event.
            </remarks>
            <param name="applicationLaunchId">The unique ID of the <b>RegistryState</b> to load.</param>
            <param name="useFormThread">A value indicating whether to use the application's form thread for event processing. If your application does not contain a form, then set this value to <b>false</b>.
            </param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <b>RegistryState</b> class, using the key name, the names of its values.
            </summary>
            <param name="key">The string value of the registry key.</param>
            <param name="valueName">The string name of the value.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <b>RegistryState</b> class, using the key name, the names of its values, and a value indicating whether to use the application鈥檚 form thread to process the events.
            </summary>
            <remarks>
            Use the application鈥檚 form thread if you want to manipulate the user interface using an event.
            </remarks>
            <param name="key">The string value of the registry key.</param>
            <param name="valueName">The string name of the value.</param>
            <param name="useFormThread">A value indicating whether to use the application's form thread for event processing. If your application does not contain a form, then set this value to <b>false</b>.
            </param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.Finalize">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources, and performs other cleanup operations before garbage collection is performed.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.CreateConditionPointers(System.IntPtr@,System.IntPtr@)">
            <summary>
            Creates the pointer for conditionals. Used on the native side.
            </summary>
            <param name="condition">pointer to the condition on the native side</param>
            <param name="allocatedString">pointer to the string allocated in the condition.  
            This is so we can free this later</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.CleanupConditionPointers(System.IntPtr@,System.IntPtr@)">
            <summary>
            Cleans up the pointers received from <b>CreateConditionPointers</b>.
            </summary>
            <param name="condition">the pointer to the native condition</param>
            <param name="allocatedString">the pointer to the native allocated string.  this can be NULL</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.RegisterTransient">
            <summary>
            Enable the event.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.UnregisterTransient">
            <summary>
            Disable the event.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.RegisterPersistent(System.String,System.String,System.String)">
            <summary>
            Enable the event.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.UnregisterPersistent(System.String)">
            <summary>
            Disable the event.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.GetRootAndSubkey(System.IntPtr@,System.String@)">
            <summary>
            Given the current Key and ValueName, gets the pointer to the root Key and the string of the subkey underneath.
            </summary>
            <param name="rootKey">Pointer to the root key</param>
            <param name="subKey">the subkey under that root key</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.GetRegistryValue">
            <summary>
            Returns the value from the registry represented by the key and value name of this instance.
            </summary>
            <returns>value of the registry</returns>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.ValidateChangeableComparisonState">
            <summary>
            This method should be called whenever the comparison condition changes.
            It will throw an exception if the registry state is already persistent or 
            transient. 
            </summary>
            <exception cref="T:Microsoft.WindowsMobile.Status.StateException">
            Thrown if ValidateChangeableComparisonState is called after calling 
            EnableApplicationLauncher or after
            registering an event handler with the Changed event.
            </exception> 
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.Dispose">
            <summary>
            Disposes a <b>RegistryState</b>.
            </summary>
            <remarks>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Disables finalization by the garbage collector by a calling <b>GC.SuppressFinalize(this)</b>.
            </remarks>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.IsApplicationLauncherEnabled(System.String)">
            <summary>
            Gets a value indicating whether the Application Launcher has been enabled for the specified Application Launch ID.
            </summary>
            <param name="applicationLaunchId">id of the ApplicationLauncher to enquire about.</param>
            <returns>True: enabled, False: not enabled</returns>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.DisableApplicationLauncher(System.String)">
            <summary>
            Disables the Application Launcher with the specified Application Launch ID.
            </summary>
            <remarks>
            It will no longer launch the application that it was associated with.
            </remarks>
            <param name="applicationLaunchId">The ID of the ApplicationLauncher.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.EnableApplicationLauncher(System.String,System.String,System.String)">
            <summary>
            Enables the Application Launcher with the specified Application Launch ID, file name, and argument list.
            </summary>
            <remarks>
            When the event occurs, the application is launched.
            </remarks>
            <param name="applicationLaunchId">The ID of the Application Launcher.</param>
            <param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
            <param name="arguments">A string of any arguments to pass to the application.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.EnableApplicationLauncher(System.String,System.String)">
            <summary>
            Enables the Application Launcher with the specified Application Launch ID and file name.
            </summary>
            <remarks>
            When the event occurs, the application launches with <i>/notify 'applicationLaunchId'</i> passed as its command-line parameter.
            </remarks>
            <param name="applicationLaunchId">The ID of the Application Launcher.</param>
            <param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
        </member>
        <member name="M:Microsoft.WindowsMobile.Status.RegistryState.EnableApplicationLauncher(System.String)">
            <summary>
            Enables the Application Launcher with the specified Application Launch ID.
            </summary>
            <remarks>
            When the event occurs, the application launches with <i>/notify 'applicationLaunchId'</i> passed as its command-line parameter.
            </remarks>
            <param name="applicationLaunchId">The ID of the Application Launcher.</param>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲在线视频网站| 北条麻妃国产九九精品视频| 国产精品456| 91猫先生在线| www一区二区| 偷拍一区二区三区四区| 99视频热这里只有精品免费| 精品av久久707| 午夜久久电影网| 色吊一区二区三区| 亚洲精品在线观看视频| 午夜私人影院久久久久| 在线亚洲一区观看| 亚洲桃色在线一区| 成人午夜在线播放| 久久这里只有精品6| 亚洲成人1区2区| 欧美色老头old∨ideo| 亚洲精品视频自拍| 99视频在线精品| 国产精品久久久久四虎| 丁香婷婷综合网| 国产日本亚洲高清| 激情图片小说一区| 日韩女优制服丝袜电影| 免费成人小视频| 精品欧美一区二区久久| 麻豆精品视频在线观看视频| 91精品国产欧美一区二区18| 午夜精品在线看| 777久久久精品| 手机精品视频在线观看| 欧美另类高清zo欧美| 亚洲va国产天堂va久久en| 91香蕉视频黄| 亚洲免费观看高清完整| 欧美影院午夜播放| 亚洲国产精品视频| 欧美浪妇xxxx高跟鞋交| 日韩黄色片在线观看| 欧美日韩国产美| 久久精品国产秦先生| 久久人人爽爽爽人久久久| 国产精品69久久久久水密桃| 中文无字幕一区二区三区| 99免费精品在线| 亚洲国产成人porn| 制服丝袜激情欧洲亚洲| 麻豆freexxxx性91精品| 久久精品网站免费观看| 成人国产精品免费观看| 一二三四区精品视频| 日韩一区二区三区四区 | 理论电影国产精品| 欧美精品国产精品| 国产在线视频一区二区三区| 中文字幕不卡在线播放| 在线精品视频小说1| 青青草原综合久久大伊人精品 | 国产91在线观看| 日韩美女啊v在线免费观看| 欧美乱熟臀69xxxxxx| 久久疯狂做爰流白浆xx| 日韩一区有码在线| 欧美精品一卡二卡| 成人一区二区视频| 亚洲狠狠爱一区二区三区| 日韩欧美aaaaaa| 日本福利一区二区| 久久99久久精品| 亚洲乱码一区二区三区在线观看| 91麻豆精品国产综合久久久久久| 国产精品一区二区在线观看网站| 玉米视频成人免费看| 亚洲福利一区二区三区| 精品久久人人做人人爽| 一本高清dvd不卡在线观看| 久久成人麻豆午夜电影| 亚洲视频每日更新| www久久精品| 91黄视频在线| 国产成人精品1024| 日本不卡视频在线观看| 亚洲人成网站色在线观看| 欧美电视剧免费全集观看| 欧日韩精品视频| 99国产一区二区三精品乱码| 国产综合成人久久大片91| 亚洲一区二区三区小说| 综合久久久久综合| 国产日韩精品久久久| 欧美一二区视频| 欧美精品在线观看一区二区| 色视频成人在线观看免| 国产成人精品一区二| 国产在线国偷精品免费看| 日本91福利区| 一区二区三区欧美激情| 中文字幕日韩精品一区| 欧美激情一区二区在线| 国产亚洲成aⅴ人片在线观看| 91麻豆精品国产91久久久资源速度 | 欧美日韩日日夜夜| 色老汉av一区二区三区| 99re在线精品| 成人av集中营| 99免费精品视频| 成人av先锋影音| 99视频精品全部免费在线| 成人a区在线观看| 国产精品一区2区| 国产精品一区二区在线观看网站 | 亚洲精品福利视频网站| 亚洲美女偷拍久久| 亚洲色欲色欲www在线观看| 国产精品日产欧美久久久久| 亚洲欧洲国产日韩| 国产精品日日摸夜夜摸av| 国产精品伦理一区二区| 亚洲婷婷综合色高清在线| 国产精品国产精品国产专区不蜜 | 日韩无一区二区| 日韩欧美成人一区| 久久久久久久久久久久久久久99| 精品乱人伦小说| 久久精品人人爽人人爽| 国产精品三级视频| 亚洲欧美福利一区二区| 亚洲图片欧美色图| 精品无码三级在线观看视频| 国产精品一区二区三区99| 成人av资源在线| 欧美午夜片在线看| 欧美一区二区福利在线| 久久综合色8888| 亚洲丝袜美腿综合| 亚洲国产成人av| 国产一区二区导航在线播放| 国产宾馆实践打屁股91| 色又黄又爽网站www久久| 欧美日韩一区久久| 久久久久久亚洲综合| 国产精品电影一区二区三区| 亚洲一区二区三区四区在线| 久久99最新地址| 99精品国产视频| 欧美老人xxxx18| 日本一区二区三区视频视频| 亚洲国产精品人人做人人爽| 国产精品资源站在线| 在线免费不卡视频| 久久综合视频网| 樱花草国产18久久久久| 久久99国产精品成人| 99精品欧美一区二区三区小说| 欧美在线不卡一区| 国产日产欧美一区| 日本人妖一区二区| 91麻豆精品秘密| 久久先锋影音av| 午夜精品久久久久久久久| 粉嫩蜜臀av国产精品网站| 欧美理论片在线| 亚洲宅男天堂在线观看无病毒| 国产一区激情在线| 91精品国产91久久久久久一区二区 | 一区二区三区精品视频| 国产麻豆9l精品三级站| 欧美日韩成人一区二区| 中文字幕在线观看一区二区| 精品一区二区在线免费观看| 欧美在线|欧美| 国产精品日日摸夜夜摸av| 九九精品视频在线看| 欧美日韩一区二区三区高清| 国产精品毛片大码女人| 国产综合色视频| 日韩欧美区一区二| 日韩专区欧美专区| 欧美色图片你懂的| 成人免费在线播放视频| 国产精品69毛片高清亚洲| 日韩欧美国产精品一区| 首页国产丝袜综合| 欧美日韩大陆在线| 亚洲制服丝袜在线| 色系网站成人免费| 中文字幕亚洲在| 99视频一区二区| 亚洲图片你懂的| av亚洲精华国产精华精| 中文成人综合网| av资源网一区| 国产精品天美传媒沈樵| 国产成人啪免费观看软件| 2019国产精品| 国产999精品久久久久久绿帽| 精品999在线播放| 国产二区国产一区在线观看| 国产视频911|