CodeElementKind.KnownValues.Container Property
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.
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.