settings.designer.jsl

来自「vs 2005 中 用的 vb 示例 程序,测试运行良好,对初学者有一定参考价值」· JSL 代码 · 共 36 行

JSL
36
字号
/*******************************************************************************
 *
 *     This code was generated by a tool.
 *     Runtime Version: 2.0.50215.17
 *
 *     Changes to this file may cause incorrect behavior and will be lost if 
 *     the code is regenerated.
 *
 ******************************************************************************/

package Microsoft.Samples.Windows.Forms.EventBasedAsync.Configuration;


/** @assembly System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="Microsoft.Samples.Windows.Forms.EventBasedAsync.Configuration.Settings.get_Defaul" +
"t():Microsoft.Samples.Windows.Forms.EventBasedAsync.Configuration.Settings")*/

/** @attribute System.Runtime.CompilerServices.CompilerGeneratedAttribute()*/
public final class Settings extends System.Configuration.ApplicationSettingsBase {
    
    private static Settings defaultInstance = new Settings();
    
    /** @property */
    public static Settings get_Default() {
        return defaultInstance;
    }
    
    /** @attribute System.Configuration.ApplicationScopedSettingAttribute()*/
    /** @attribute System.Diagnostics.DebuggerNonUserCodeAttribute()*/
    /** @attribute System.Configuration.SpecialSettingAttribute(System.Configuration.SpecialSetting.WebServiceUrl)*/
    /** @attribute System.Configuration.DefaultSettingValueAttribute("http://localhost/samplewebservices/simplewebservice.asmx")*/
    /** @property */
    public String get_EventBasedAsyncSampleJSL_SimpleWebServices_SimpleWebService() {
        return ((String)(this.get_Item("EventBasedAsyncSampleJSL_SimpleWebServices_SimpleWebService")));
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?