config-loader@1.6.1-next.0 - @backstage/cli-node@0.2.2-next.0 - @backstage/integration@1.8.0 - @backstage/config@1.1.1 - @backstage/release-manifests@0.0.11 - @backstage/catalog-model@1.4.3 - @backstage/cli-common@0.1.13 - @backstage/errors@1.2.3 - @backstage/eslint-plugin@0.1.4...
git_config(git_default_config, NULL); if (git_config_get_string_const("user.name", &cfg_name) > 0) if (git_config_get_string_tmp("user.name", &cfg_name) > 0) printf(_("No name is found in config\n")); else printf(_("Your name: %s\n"), cfg_name); --- `git_config...
调用 GetClipString 之后,将当前行定位在下一个未读的行上。也就是,GetClipString 与使用 Move (rows) 方法是等效的。如果想多次使用 GetClipString 调用取得所有的行,使用 EOF 属性确定是否还有可用的行。如果 GetClipString 返回的比需要的数小,可能是已经到了 rdoResultset 的尾部,也可能无法...
)] public static object GetConfig (string sectionName); 参数 sectionName String 一个配置名称和路径,如“system.net/settings”。 返回 Object 传递的配置节名称和路径的 ConfigurationSection 对象。 属性 ObsoleteAttribute 例外 ConfigurationException 无法检索请求的节。 注解 此方法已过时,为了向后兼容,...
[System.Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")]publicstaticobjectGetConfig(stringsectionName); 参数 sectionName String 一个配置名称和路径,如“system.net/settings”。
DynamicPropertyManager.getConfigString Method Reference Feedback Definition Namespace: Dynamics.AX.Application Assembly: Microsoft.Dynamics.AX.Xpp.Support.dll Microsoft internal use only. C# 複製 public virtual string getConfigString (); Returns String A configuration string. Applies to 產品版本...
[System.Obsolete("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")] public static object GetAppConfig (string name); 参数 name String 为其请求信息的应用程序配置标记。 返回 Objec...
[System.Obsolete("ConfigurationSettings.GetConfig has been deprecated. Use System.Configuration.ConfigurationManager.GetSection instead.")]publicstaticobjectGetConfig(stringsectionName); 参数 sectionName String 一个配置名称和路径,如“system.net/settings”。
在VS 2005中,经常会使用到ConfigurationSettings类来读取应用程序配置文件的信息,以获取数据库连接的字符串,但是,经常会出现如下的错误: 警告“System.Configuration.ConfigurationSettings.GetConfig(string)”已过时:“This method is obsolete, it has been replaced by System.Configuration!System.Configuration.Configuratio...
[System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")] public static object GetConfig (string sectionName); 参数 sectionName String 一个配置名称和路径,如“system.net/settings”。 返回 Object 传递的配置节名称...