Свойство | Тип | Описание | |
---|---|---|---|
GetCompletionCategory | CompletionCategory |
Метод | Описание | |
---|---|---|
Add ( ICompletionData data ) : void | ||
AddCustom ( string displayText, string description = null, string completionText = null ) : void | ||
AddEnumMembers ( IType resolvedType, |
||
AddMember ( IMember member ) : ICompletionData | ||
AddNamedParameterVariable ( IVariable variable ) : ICompletionData | ||
AddNamespace ( string name ) : void | ||
AddType ( IType type, string shortType ) : ICompletionData | ||
AddTypeParameter ( ITypeParameter variable ) : void | ||
AddVariable ( IVariable variable ) : ICompletionData | ||
CompletionDataWrapper ( |
Метод | Описание | |
---|---|---|
GetCompletionCategory ( IType type ) : CompletionCategory |
public Add ( ICompletionData data ) : void | ||
data | ICompletionData | |
Результат | void |
public AddCustom ( string displayText, string description = null, string completionText = null ) : void | ||
displayText | string | |
description | string | |
completionText | string | |
Результат | void |
public AddEnumMembers ( IType resolvedType, |
||
resolvedType | IType | |
state | ||
typeString | string | |
Результат | void |
public AddMember ( IMember member ) : ICompletionData | ||
member | IMember | |
Результат | ICompletionData |
public AddNamedParameterVariable ( IVariable variable ) : ICompletionData | ||
variable | IVariable | |
Результат | ICompletionData |
public AddNamespace ( string name ) : void | ||
name | string | |
Результат | void |
public AddType ( IType type, string shortType ) : ICompletionData | ||
type | IType | |
shortType | string | |
Результат | ICompletionData |
public AddTypeParameter ( ITypeParameter variable ) : void | ||
variable | ITypeParameter | |
Результат | void |
public AddVariable ( IVariable variable ) : ICompletionData | ||
variable | IVariable | |
Результат | ICompletionData |
public CompletionDataWrapper ( |
||
completion | ||
Результат | System |