SyntaxGenerator.InsertSwitchSections Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère les sections de commutateur à l’index spécifié dans l’instruction.
public:
abstract Microsoft::CodeAnalysis::SyntaxNode ^ InsertSwitchSections(Microsoft::CodeAnalysis::SyntaxNode ^ switchStatement, int index, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNode ^> ^ switchSections);
public abstract Microsoft.CodeAnalysis.SyntaxNode InsertSwitchSections (Microsoft.CodeAnalysis.SyntaxNode switchStatement, int index, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> switchSections);
abstract member InsertSwitchSections : Microsoft.CodeAnalysis.SyntaxNode * int * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function InsertSwitchSections (switchStatement As SyntaxNode, index As Integer, switchSections As IEnumerable(Of SyntaxNode)) As SyntaxNode
Paramètres
- switchStatement
- SyntaxNode
- index
- Int32
- switchSections
- IEnumerable<SyntaxNode>
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.