CodeElementKind.KnownValues Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Known code element kinds extensions can target.
public static class CodeElementKind.KnownValues
type CodeElementKind.KnownValues = class
Public Class CodeElementKind.KnownValues
- Inheritance
-
CodeElementKind.KnownValues
Properties
Class |
Gets class code element kind. |
Constructor |
Gets constructor code element kind. |
Container |
Gets type container code element kind. |
Enum |
Gets enum code element kind. |
Event |
Gets event code element kind. |
Field |
Gets field code element kind. |
File |
Gets file code element kind. |
Function |
Gets function code element kind. |
Interface |
Gets interface code element kind. |
Invalid |
Gets invalid code element kind. |
Member |
Gets member code element kind (Method, Property, Event, Field, or Constructor). |
Method |
Gets method code element kind. |
Module |
Gets module code element kind. |
Namespace |
Gets namespace code element kind. |
Package |
Gets package code element kind. |
Property |
Gets property code element kind. |
Struct |
Gets struct code element kind. |
Type |
Gets type code element kind (Class, Interface, Struct, or Enum). |
Unspecified |
Gets unspecified code element kind. |