C# Class Microsoft.VisualStudio.Extensions.BlockTagger.Implementation.BaseFilter

Datei anzeigen Open project: rally25rs/OverviewMargin2012

Protected Properties

Property Type Description
position int
snapshot ITextSnapshot

Public Methods

Method Description
BaseFilter ( ITextSnapshot snapshot ) : Microsoft.VisualStudio.Text

Protected Methods

Method Description
PeekNextChar ( ) : char
PeekNextChar ( int offset ) : char

Method Details

BaseFilter() public method

public BaseFilter ( ITextSnapshot snapshot ) : Microsoft.VisualStudio.Text
snapshot ITextSnapshot
return Microsoft.VisualStudio.Text

PeekNextChar() protected method

protected PeekNextChar ( ) : char
return char

PeekNextChar() protected method

protected PeekNextChar ( int offset ) : char
offset int
return char

Property Details

position protected_oe property

protected int position
return int

snapshot protected_oe property

protected ITextSnapshot snapshot
return ITextSnapshot