C# Класс Nexus.UI.Controls.XmlCompletionData

Describes a selection in a code completion dialog.
Наследование: ICSharpCode.TextEditor.Gui.CompletionWindow.DefaultCompletionData
Показать файл Открыть проект

Открытые методы

Метод Описание
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