Méthode | Description | |
---|---|---|
InsertAction ( |
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.
|
public InsertAction ( |
||
textArea | The text area into which to insert the selection. | |
ch | char | The character that was used to choose this completion selection. |
Résultat | bool |
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. |
Résultat | System |