Share via


CodeGraphNodeIdBuilderSpecialNames.GetConstructorLabel Method (String)

 

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

Syntax

public static string GetConstructorLabel(
    string typeName
)
public:
static String^ GetConstructorLabel(
    String^ typeName
)
static member GetConstructorLabel : 
        typeName:string -> string
Public Shared Function GetConstructorLabel (
    typeName As String
) As String

Parameters

Return Value

Type: System.String

Returns String.

See Also

CodeGraphNodeIdBuilderSpecialNames Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top