IConfigMapPath.ResolveSiteArgument(String, String, String) 方法
定义
基于站点参数值填充站点名称和站点 ID。Populates the site name and site ID based on a site argument value.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void ResolveSiteArgument(System::String ^ siteArgument, [Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteID);
public void ResolveSiteArgument (string siteArgument, out string siteName, out string siteID);
abstract member ResolveSiteArgument : string * string * string -> unit
Public Sub ResolveSiteArgument (siteArgument As String, ByRef siteName As String, ByRef siteID As String)
参数
- siteArgument
- String
站点名称或站点标识符。The site name or site identifier.
- siteName
- String
默认站点名称。The default site name.
- siteID
- String
站点的唯一标识符。A unique identifier for the site.
注解
如果 siteArgument 为 null ,则等于默认站点名称,或等于默认站点标识符, siteName 并用 siteID 默认站点值填充和。If siteArgument is null, is equal to the default site name, or is equal to the default site identifier, the siteName and siteID are populated with the default site values.
ResolveSiteArgument .NET Framework 版本3.5 中引入。ResolveSiteArgument is introduced in the .NET Framework version 3.5. 有关详细信息,请参见版本和依赖关系。For more information, see Versions and Dependencies.