IInternalConfigHost.IsSecondaryRoot(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,它指示配置路径是否指向应将其内容视为根的配置节点。
public:
bool IsSecondaryRoot(System::String ^ configPath);
public bool IsSecondaryRoot (string configPath);
abstract member IsSecondaryRoot : string -> bool
Public Function IsSecondaryRoot (configPath As String) As Boolean
参数
- configPath
- String
表示应用程序配置文件路径的字符串。
返回
如果配置路径指向应将其内容视为根的配置节点,则为 true
;否则为 false
。