[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ConfigSectionNode AsXMLConfig(
this Object val,
ConfigSectionNode dflt = null,
ConvertErrorHandling handling = ConvertErrorHandling.ReturnDefault
)
public static ConfigSectionNode AsXMLConfig(
this Object val,
ConfigSectionNode dflt = null,
ConvertErrorHandling handling = ConvertErrorHandling.ReturnDefault
)
<ExtensionAttribute>
Public Shared Function AsXMLConfig (
val As Object,
Optional dflt As ConfigSectionNode = Nothing,
Optional handling As ConvertErrorHandling = ConvertErrorHandling.ReturnDefault
) As ConfigSectionNode
<ExtensionAttribute>
Public Shared Function AsXMLConfig (
val As Object,
Optional dflt As ConfigSectionNode = Nothing,
Optional handling As ConvertErrorHandling = ConvertErrorHandling.ReturnDefault
) As ConfigSectionNode
public:
[ExtensionAttribute]
static ConfigSectionNode^ AsXMLConfig(
Object^ val,
ConfigSectionNode^ dflt = nullptr,
ConvertErrorHandling handling = ConvertErrorHandling::ReturnDefault
)
public:
[ExtensionAttribute]
static ConfigSectionNode^ AsXMLConfig(
Object^ val,
ConfigSectionNode^ dflt = nullptr,
ConvertErrorHandling handling = ConvertErrorHandling::ReturnDefault
)
static member AsXMLConfig :
val : Object *
?dflt : ConfigSectionNode *
?handling : ConvertErrorHandling
(* Defaults:
let _dflt = defaultArg dflt null
let _handling = defaultArg handling ConvertErrorHandling.ReturnDefault
*)
-> ConfigSectionNode
static member AsXMLConfig :
val : Object *
?dflt : ConfigSectionNode *
?handling : ConvertErrorHandling
(* Defaults:
let _dflt = defaultArg dflt null
let _handling = defaultArg handling ConvertErrorHandling.ReturnDefault
*)
-> ConfigSectionNode
Return Value
Type:
ConfigSectionNodeUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).