Метод | Описание | |
---|---|---|
CreateCodeTemplateCompletionData ( ) : IEnumerable |
||
CreateEntityCompletionData ( IEntity entity ) : ICompletionData | ||
CreateEntityCompletionData ( IEntity entity, string text ) : ICompletionData | ||
CreateEventCreationCompletionData ( string delegateMethodName, IType delegateType, IEvent evt, string parameterDefinition, IUnresolvedMember currentMember, IUnresolvedTypeDefinition currentType ) : ICompletionData | ||
CreateFormatItemCompletionData ( string format, string description, object example ) : ICompletionData | ||
CreateImportCompletionData ( IType type, bool useFullName, bool addForTypeCreation ) : ICompletionData | ||
CreateLiteralCompletionData ( string title, string description = null, string insertText = null ) : ICompletionData | ||
CreateMemberCompletionData ( IType type, IEntity member ) : ICompletionData | ||
CreateNamespaceCompletionData ( INamespace name ) : ICompletionData | ||
CreateNewOverrideCompletionData ( int declarationBegin, IUnresolvedTypeDefinition type, IMember m ) : ICompletionData | ||
CreateNewPartialCompletionData ( int declarationBegin, IUnresolvedTypeDefinition type, IUnresolvedMember m ) : ICompletionData | ||
CreatePreProcessorDefinesCompletionData ( ) : IEnumerable |
||
CreateTypeCompletionData ( IType type, bool showFullName, bool isInAttributeContext, bool addForTypeCreation ) : ICompletionData | ||
CreateVariableCompletionData ( ITypeParameter parameter ) : ICompletionData | ||
CreateVariableCompletionData ( IVariable variable ) : ICompletionData | ||
CreateXmlDocCompletionData ( string tag, string description = null, string tagInsertionText = null ) : ICompletionData |
public CreateCodeTemplateCompletionData ( ) : IEnumerable |
||
Результат | IEnumerable |
public CreateEntityCompletionData ( IEntity entity ) : ICompletionData | ||
entity | IEntity | |
Результат | ICompletionData |
public CreateEntityCompletionData ( IEntity entity, string text ) : ICompletionData | ||
entity | IEntity | |
text | string | |
Результат | ICompletionData |
public CreateEventCreationCompletionData ( string delegateMethodName, IType delegateType, IEvent evt, string parameterDefinition, IUnresolvedMember currentMember, IUnresolvedTypeDefinition currentType ) : ICompletionData | ||
delegateMethodName | string | |
delegateType | IType | |
evt | IEvent | |
parameterDefinition | string | |
currentMember | IUnresolvedMember | |
currentType | IUnresolvedTypeDefinition | |
Результат | ICompletionData |
public CreateFormatItemCompletionData ( string format, string description, object example ) : ICompletionData | ||
format | string | |
description | string | |
example | object | |
Результат | ICompletionData |
public CreateImportCompletionData ( IType type, bool useFullName, bool addForTypeCreation ) : ICompletionData | ||
type | IType | |
useFullName | bool | |
addForTypeCreation | bool | |
Результат | ICompletionData |
public CreateLiteralCompletionData ( string title, string description = null, string insertText = null ) : ICompletionData | ||
title | string | |
description | string | |
insertText | string | |
Результат | ICompletionData |
public CreateMemberCompletionData ( IType type, IEntity member ) : ICompletionData | ||
type | IType | |
member | IEntity | |
Результат | ICompletionData |
public CreateNamespaceCompletionData ( INamespace name ) : ICompletionData | ||
name | INamespace | |
Результат | ICompletionData |
public CreateNewOverrideCompletionData ( int declarationBegin, IUnresolvedTypeDefinition type, IMember m ) : ICompletionData | ||
declarationBegin | int | |
type | IUnresolvedTypeDefinition | |
m | IMember | |
Результат | ICompletionData |
public CreateNewPartialCompletionData ( int declarationBegin, IUnresolvedTypeDefinition type, IUnresolvedMember m ) : ICompletionData | ||
declarationBegin | int | |
type | IUnresolvedTypeDefinition | |
m | IUnresolvedMember | |
Результат | ICompletionData |
public CreatePreProcessorDefinesCompletionData ( ) : IEnumerable |
||
Результат | IEnumerable |
public CreateTypeCompletionData ( IType type, bool showFullName, bool isInAttributeContext, bool addForTypeCreation ) : ICompletionData | ||
type | IType | |
showFullName | bool | |
isInAttributeContext | bool | |
addForTypeCreation | bool | |
Результат | ICompletionData |
public CreateVariableCompletionData ( ITypeParameter parameter ) : ICompletionData | ||
parameter | ITypeParameter | |
Результат | ICompletionData |
public CreateVariableCompletionData ( IVariable variable ) : ICompletionData | ||
variable | IVariable | |
Результат | ICompletionData |
public CreateXmlDocCompletionData ( string tag, string description = null, string tagInsertionText = null ) : ICompletionData | ||
tag | string | |
description | string | |
tagInsertionText | string | |
Результат | ICompletionData |