| Noemax.FastInfoset Namespace > VocabularyWriter Class : WriteDocType Method |
'Declaration Public Overrides Sub WriteDocType( _ ByVal name As System.String, _ ByVal pubid As System.String, _ ByVal sysid As System.String, _ ByVal subset As System.String _ )
'Usage Dim instance As VocabularyWriter Dim name As System.String Dim pubid As System.String Dim sysid As System.String Dim subset As System.String instance.WriteDocType(name, pubid, sysid, subset)
public override void WriteDocType( System.string name, System.string pubid, System.string sysid, System.string subset )
public procedure WriteDocType( name: System.String; pubid: System.String; sysid: System.String; subset: System.String ); override;
public override function WriteDocType( name : System.String, pubid : System.String, sysid : System.String, subset : System.String );
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
VocabularyWriter Class
VocabularyWriter Members
Base Implementation in WriteDocType