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