Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ConfiguredEndpoint Dim elementName As XmlQualifiedName Dim value As T value = instance.ParseExtension(Of T)(elementName) |
C# | |
---|---|
public T ParseExtension<T>( XmlQualifiedName elementName ) |
Parameters
- elementName
- Name of the element (null means use type name).
Type Parameters
- T
- The type of extension.
Return Value
The extension if found. Null otherwise.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x