Table of Contents

Method CloseDocument

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

CloseDocument(DocumentId)

When implemented by a class, closes specified document.

bool CloseDocument(DocumentId documentId)

Parameters

documentId DocumentId

Microsoft.CodeAnalysis.DocumentId to close.

Returns

bool

True if succeed; otherwise false.