CodeGraphNodeIdLabelFormats Enumeration
Visual Studio 2015
Bit-flag indicating the format of the Label
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
| 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 |
Show: