XmlTranslatorStream.TranslateDocType(String, String, String, String) 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.
protected:
virtual void TranslateDocType(System::String ^ name, System::String ^ pubAttr, System::String ^ systemAttr, System::String ^ subset);
protected virtual void TranslateDocType (string name, string pubAttr, string systemAttr, string subset);
abstract member TranslateDocType : string * string * string * string -> unit
override this.TranslateDocType : string * string * string * string -> unit
Protected Overridable Sub TranslateDocType (name As String, pubAttr As String, systemAttr As String, subset As String)
Parameters
- name
- String
- pubAttr
- String
- systemAttr
- String
- subset
- String