public enum KindOfCompletionItem : System.Enum
public enum KindOfCompletionItem : System.Enum
Member | Description |
---|---|
DomainField | DomainField |
Keyword | Keyword |
MethodWithoutParameter | MethodWithoutParameter |
MethodWithParameter | MethodWithParameter |
NoSuggestions | NoSuggestions |
Operator | Operator |
Property | Property |
ProposedVariableName | ProposedVariableName |
SeveralKeywords | SeveralKeywords |
TypeClass | TypeClass |
TypeClassGeneric | TypeClassGeneric |
TypeDelegate | TypeDelegate |
TypeDelegateGeneric | TypeDelegateGeneric |
TypeEnumeration | TypeEnumeration |
TypeInterface | TypeInterface |
TypeStructure | TypeStructure |
TypeStructureGeneric | TypeStructureGeneric |
Variable | Variable |
System.Object
System.ValueType
System.Enum
NDepend.CodeQuery.KindOfCompletionItem
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed