CodeGraphNodeIdLabelFormats Enumeration

 

Bit-flag indicating the format of the Label

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

Syntax

[FlagsAttribute]
public enum CodeGraphNodeIdLabelFormats
[FlagsAttribute]
public enum class CodeGraphNodeIdLabelFormats
[<FlagsAttribute>]
type CodeGraphNodeIdLabelFormats
<FlagsAttribute>
Public Enumeration 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

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top