C# Class Microsoft.Html.Core.Parser.HtmlParserBlockRangeEventArgs

Event argument that specifies external (script or style) block range as well as any inner artifacts that appear inside the block.
Inheritance: System.EventArgs
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
HtmlParserBlockRangeEventArgs ( ITextRange range, string scriptType ) : System

Method Details

HtmlParserBlockRangeEventArgs() public method

public HtmlParserBlockRangeEventArgs ( ITextRange range, string scriptType ) : System
range ITextRange
scriptType string
return System