Workspace.GetDocumentIdInCurrentContext(SourceTextContainer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the id for the document associated with the given text container in its current context. Documents are normally associated with a text container when the documents are opened.
public:
virtual Microsoft::CodeAnalysis::DocumentId ^ GetDocumentIdInCurrentContext(Microsoft::CodeAnalysis::Text::SourceTextContainer ^ container);
public virtual Microsoft.CodeAnalysis.DocumentId GetDocumentIdInCurrentContext (Microsoft.CodeAnalysis.Text.SourceTextContainer container);
public virtual Microsoft.CodeAnalysis.DocumentId? GetDocumentIdInCurrentContext (Microsoft.CodeAnalysis.Text.SourceTextContainer container);
abstract member GetDocumentIdInCurrentContext : Microsoft.CodeAnalysis.Text.SourceTextContainer -> Microsoft.CodeAnalysis.DocumentId
override this.GetDocumentIdInCurrentContext : Microsoft.CodeAnalysis.Text.SourceTextContainer -> Microsoft.CodeAnalysis.DocumentId
Public Overridable Function GetDocumentIdInCurrentContext (container As SourceTextContainer) As DocumentId
Parameters
- container
- SourceTextContainer
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.