TK.LoadFromXML (String, UserType) Method

Load XML file and copy to tag
Public Shared Sub LoadFromXML( _ 
ByVal fileName As String, _ 
ByVal tag As UserType
)
This language is not supported or no code example is available.
public static void LoadFromXML( 
string fileName
UserType tag 
)
This language is not supported or no code example is available.

Parameters

fileName
string

XML file name

tag
UserType

Tag template

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition