C# 클래스 XmlIntelliSense.App.XmlCompletionData

상속: ICompletionData
파일 보기 프로젝트 열기: Code-Inside/Samples

공개 메소드들

메소드 설명
Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void
XmlCompletionData ( string text, string description, bool isAttribute ) : System

메소드 상세

Complete() 공개 메소드

public Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void
textArea ICSharpCode.AvalonEdit.Editing.TextArea
completionSegment ISegment
insertionRequestEventArgs System.EventArgs
리턴 void

XmlCompletionData() 공개 메소드

public XmlCompletionData ( string text, string description, bool isAttribute ) : System
text string
description string
isAttribute bool
리턴 System