CodeGraphNodeIdBuilderSpecialNames Class

 

Special names used for things like property getter/setter prefix, event prefix, constructor, finalizer and global namespace names

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdBuilderSpecialNames

Syntax

public static class CodeGraphNodeIdBuilderSpecialNames
public ref class CodeGraphNodeIdBuilderSpecialNames abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CodeGraphNodeIdBuilderSpecialNames = class end
Public NotInheritable Class CodeGraphNodeIdBuilderSpecialNames

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetConstructorLabel(String)

System_CAPS_pubmethodSystem_CAPS_static GetFinalizerLabel(String)

System_CAPS_pubmethodSystem_CAPS_static GetStaticConstructorLabel(String)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ConstructorId

Special name for contructor identifier

System_CAPS_pubfieldSystem_CAPS_static EventAddPrefix

Speical name for event add prefix

System_CAPS_pubfieldSystem_CAPS_static EventRaisePrefix

Special name for event raise prefix

System_CAPS_pubfieldSystem_CAPS_static EventRemovePrefix

Special name for event remove prefix

System_CAPS_pubfieldSystem_CAPS_static FinalizerId

Special name for finalizer identifier

System_CAPS_pubfieldSystem_CAPS_static GlobalNamespaceId

Special name for global namespace identifier

System_CAPS_pubfieldSystem_CAPS_static GlobalNamespaceLabel

Special name for global namespace label

System_CAPS_pubfieldSystem_CAPS_static PropertyGetPrefix

Special name for property getter prefix

System_CAPS_pubfieldSystem_CAPS_static PropertySetPrefix

Special name for property setter prefix

System_CAPS_pubfieldSystem_CAPS_static StaticConstructorId

Special name for static constructor identifier

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top