CSharpCodeParser.CompleteBlock 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.
Surcharges
CompleteBlock() | |
CompleteBlock(Boolean) | |
CompleteBlock(Boolean, Boolean) |
CompleteBlock()
protected:
void CompleteBlock();
protected void CompleteBlock ();
member this.CompleteBlock : unit -> unit
Protected Sub CompleteBlock ()
S’applique à
CompleteBlock(Boolean)
protected:
void CompleteBlock(bool insertMarkerIfNecessary);
protected void CompleteBlock (bool insertMarkerIfNecessary);
member this.CompleteBlock : bool -> unit
Protected Sub CompleteBlock (insertMarkerIfNecessary As Boolean)
Paramètres
- insertMarkerIfNecessary
- Boolean
S’applique à
CompleteBlock(Boolean, Boolean)
protected:
void CompleteBlock(bool insertMarkerIfNecessary, bool captureWhitespaceToEndOfLine);
protected void CompleteBlock (bool insertMarkerIfNecessary, bool captureWhitespaceToEndOfLine);
member this.CompleteBlock : bool * bool -> unit
Protected Sub CompleteBlock (insertMarkerIfNecessary As Boolean, captureWhitespaceToEndOfLine As Boolean)
Paramètres
- insertMarkerIfNecessary
- Boolean
- captureWhitespaceToEndOfLine
- Boolean