T
The type of extension.
EasyUA Reference
ParseExtension<T>(XmlQualifiedName) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class > ParseExtension Method : ParseExtension<T>(XmlQualifiedName) Method

elementName
Name of the element (null means use type name).

Glossary Item Box

Looks for an extension with the specified type and uses the DataContractSerializer to parse it.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.