SyntaxFactory.IdentifierName Method

Definition

Overloads

IdentifierName(SyntaxToken)

Represents a type name consisting of a single identifier (which might include brackets or a type character).

IdentifierName(String)

Represents a type name consisting of a single identifier (which might include brackets or a type character).

IdentifierName(SyntaxToken)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Represents a type name consisting of a single identifier (which might include brackets or a type character).

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ IdentifierName(Microsoft::CodeAnalysis::SyntaxToken identifier);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax IdentifierName (Microsoft.CodeAnalysis.SyntaxToken identifier);
static member IdentifierName : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax
Public Shared Function IdentifierName (identifier As SyntaxToken) As IdentifierNameSyntax

Parameters

identifier
SyntaxToken

The identifier in the name.

Returns

Applies to

IdentifierName(String)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Represents a type name consisting of a single identifier (which might include brackets or a type character).

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ IdentifierName(System::String ^ identifier);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax IdentifierName (string identifier);
static member IdentifierName : string -> Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax
Public Shared Function IdentifierName (identifier As String) As IdentifierNameSyntax

Parameters

identifier
String

The identifier in the name.

Returns

Applies to