ShebangDirectiveTriviaSyntax.WithIsActive(Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::ShebangDirectiveTriviaSyntax ^ WithIsActive(bool isActive);
public Microsoft.CodeAnalysis.CSharp.Syntax.ShebangDirectiveTriviaSyntax WithIsActive(bool isActive);
member this.WithIsActive : bool -> Microsoft.CodeAnalysis.CSharp.Syntax.ShebangDirectiveTriviaSyntax
Public Function WithIsActive (isActive As Boolean) As ShebangDirectiveTriviaSyntax
Parameter
- isActive
- Boolean