Share via


CodeGraphNodeIdBuilderSpecialNames.GetConstructorLabel Method

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

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

Syntax

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

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdBuilderSpecialNames Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace