FormHTMLControl.read Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
read(String, String) | |
read(String) |
read(String, String)
public:
virtual void read(System::String ^ _FileName, System::String ^ _TagName);
public virtual void read (string _FileName, string _TagName);
abstract member read : string * string -> unit
override this.read : string * string -> unit
Public Overridable Sub read (_FileName As String, _TagName As String)
Parameters
- _FileName
- String
- _TagName
- String
Applies to
read(String)
public:
virtual void read(System::String ^ text1);
public virtual void read (string text1);
abstract member read : string -> unit
override this.read : string -> unit
Public Overridable Sub read (text1 As String)
Parameters
- text1
- String