C# 클래스 Nexus.UI.Controls.XmlCompletionData

Describes a selection in a code completion dialog.
상속: ICSharpCode.TextEditor.Gui.CompletionWindow.DefaultCompletionData
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
InsertAction ( TextArea textArea, char ch ) : bool

Inserts this selection into the document.

XmlCompletionData ( AutoCompleteType p_actType, string p_strName, string p_strDescription ) : System

A simple constructor that initializes the object with the given values.

메소드 상세

InsertAction() 공개 메소드

Inserts this selection into the document.
public InsertAction ( TextArea textArea, char ch ) : bool
textArea ICSharpCode.TextEditor.TextArea The text area into which to insert the selection.
ch char The character that was used to choose this completion selection.
리턴 bool

XmlCompletionData() 공개 메소드

A simple constructor that initializes the object with the given values.
public XmlCompletionData ( AutoCompleteType p_actType, string p_strName, string p_strDescription ) : System
p_actType AutoCompleteType The type of the completion.
p_strName string The name of the selection.
p_strDescription string The description of the selection.
리턴 System