QuickOPC User's Guide and Reference
GetSchema Method (XmlQualifiedName2Dictionary)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Xml.Collections Namespace > XmlQualifiedName2Dictionary Class : GetSchema Method
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Function GetSchema() As XmlSchema
'Usage
 
Dim instance As XmlQualifiedName2Dictionary
Dim value As XmlSchema
 
value = instance.GetSchema()
[ComVisible(false)]
public XmlSchema GetSchema()
[ComVisible(false)]
public:
XmlSchema^ GetSchema(); 
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also