DocumentInfo.WithTextLoader(TextLoader) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
Microsoft::CodeAnalysis::DocumentInfo ^ WithTextLoader(Microsoft::CodeAnalysis::TextLoader ^ loader);
public Microsoft.CodeAnalysis.DocumentInfo WithTextLoader(Microsoft.CodeAnalysis.TextLoader loader);
public Microsoft.CodeAnalysis.DocumentInfo WithTextLoader(Microsoft.CodeAnalysis.TextLoader? loader);
member this.WithTextLoader : Microsoft.CodeAnalysis.TextLoader -> Microsoft.CodeAnalysis.DocumentInfo
Public Function WithTextLoader (loader As TextLoader) As DocumentInfo
Параметры
- loader
- TextLoader