C# 클래스 Microsoft.VisualStudio.Extensions.BlockTagger.Implementation.CodeBlock

상속: IBlockTag
파일 보기 프로젝트 열기: rally25rs/OverviewMargin2012 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ContainsWord int
FormatStatements System.Windows.Media.FormattedText
SetColors void

공개 메소드들

메소드 설명
CodeBlock ( CodeBlock parent, BlockType type, string statement, SnapshotSpan span, int statementStart, int level ) : System
Context ( BlockColoring coloring ) : FrameworkElement
Context ( BlockColoring coloring, System.Windows.Media.Typeface typeface, double emSize ) : FrameworkElement
SetSpan ( SnapshotSpan span ) : void

비공개 메소드들

메소드 설명
ContainsWord ( string text, string p, int index ) : int
FormatStatements ( string tipText, BlockColoring coloring, System.Windows.Media.Typeface typeface, double emSize ) : System.Windows.Media.FormattedText
SetColors ( System.Windows.Media.Brush brush, string keywords, string tipText, System.Windows.Media.FormattedText formattedText ) : void

메소드 상세

CodeBlock() 공개 메소드

public CodeBlock ( CodeBlock parent, BlockType type, string statement, SnapshotSpan span, int statementStart, int level ) : System
parent CodeBlock
type BlockType
statement string
span SnapshotSpan
statementStart int
level int
리턴 System

Context() 공개 메소드

public Context ( BlockColoring coloring ) : FrameworkElement
coloring BlockColoring
리턴 System.Windows.FrameworkElement

Context() 공개 메소드

public Context ( BlockColoring coloring, System.Windows.Media.Typeface typeface, double emSize ) : FrameworkElement
coloring BlockColoring
typeface System.Windows.Media.Typeface
emSize double
리턴 System.Windows.FrameworkElement

SetSpan() 공개 메소드

public SetSpan ( SnapshotSpan span ) : void
span SnapshotSpan
리턴 void