[This is preliminary documentation and is subject to change.]
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IConfigSectionNode IConfigSectionNode.NavigateSection(
string path
)
IConfigSectionNode IConfigSectionNode.NavigateSection(
string path
)
Private Function NavigateSection (
path As String
) As IConfigSectionNode Implements IConfigSectionNode.NavigateSection
Private Function NavigateSection (
path As String
) As IConfigSectionNode Implements IConfigSectionNode.NavigateSection
private:
virtual IConfigSectionNode^ NavigateSection(
String^ path
) sealed = IConfigSectionNode::NavigateSection
private:
virtual IConfigSectionNode^ NavigateSection(
String^ path
) sealed = IConfigSectionNode::NavigateSection
private abstract NavigateSection :
path : string -> IConfigSectionNode
private override NavigateSection :
path : string -> IConfigSectionNode
private abstract NavigateSection :
path : string -> IConfigSectionNode
private override NavigateSection :
path : string -> IConfigSectionNode
Return Value
Type:
IConfigSectionNodeImplements
IConfigSectionNode NavigateSection(String)