다음을 통해 공유


SyntaxFacts.GetText 메서드

정의

오버로드

GetText(Accessibility)
GetText(SyntaxKind)

GetText(Accessibility)

Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
Source:
SyntaxFacts.cs
public:
 static System::String ^ GetText(Microsoft::CodeAnalysis::Accessibility accessibility);
public static string GetText (Microsoft.CodeAnalysis.Accessibility accessibility);
static member GetText : Microsoft.CodeAnalysis.Accessibility -> string
Public Function GetText (accessibility As Accessibility) As String

매개 변수

accessibility
Accessibility

반환

적용 대상

GetText(SyntaxKind)

Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
Source:
SyntaxKindFacts.cs
public:
 static System::String ^ GetText(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind);
public static string GetText (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind);
static member GetText : Microsoft.CodeAnalysis.CSharp.SyntaxKind -> string
Public Function GetText (kind As SyntaxKind) As String

매개 변수

kind
SyntaxKind

반환

적용 대상