CodeGraphNodeIdLabelFormats Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Bit-flag indicating the format of the Label

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CodeGraphNodeIdLabelFormats
[FlagsAttribute]
public enum CodeGraphNodeIdLabelFormats
[FlagsAttribute]
public enum class CodeGraphNodeIdLabelFormats
[<FlagsAttribute>]
type CodeGraphNodeIdLabelFormats
public enum CodeGraphNodeIdLabelFormats

Members

Member name Description
Assembly Include Assembly

Everything Include everything

IncludeGenerics Include generics

IncludeOverloads Include overloads

IncludeParentNestingType Include parent nested type

Member Include Member

MemberAndRelated Include Members and generics

Namespace Include Namespace

NamespacesAndTypes Include Namespaces and Types (and nested types)

NoAssemblyPrefix Include everything, execpt assembly

None Empty label format

Parameter Include Parameter

RemoveExtensionOnAssemblyOnly Remove extension from assembly

Type Include Type

TypeAndRelated Include Types (and nested Types) and generics

See Also

Reference

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace