次の方法で共有


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

戻り値

適用対象