Share via


CodeElementKind.KnownValues.Container Property

Definition

Gets type container code element kind.

public static Microsoft.VisualStudio.Extensibility.Editor.CodeElementKind Container { get; }
static member Container : Microsoft.VisualStudio.Extensibility.Editor.CodeElementKind
Public Shared ReadOnly Property Container As CodeElementKind

Property Value

Remarks

A type container can be any of File, Module, Package, or Namespace. Code should use one of the concrete values if needed.

Applies to