FileContextActionBase Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Реализация Ифилеконтекстактионбасе с помощью обратного вызова функции
public ref class FileContextActionBase : Microsoft::VisualStudio::Workspace::IFileContextActionBase
[Windows::Foundation::Metadata::WebHostHidden]
class FileContextActionBase : Microsoft::VisualStudio::Workspace::IFileContextActionBase
public class FileContextActionBase : Microsoft.VisualStudio.Workspace.IFileContextActionBase
type FileContextActionBase = class
interface IFileContextActionBase
Public Class FileContextActionBase
Implements IFileContextActionBase
- Наследование
-
FileContextActionBase
- Производный
- Реализации
Конструкторы
| FileContextActionBase(Func<IProgress<IFileContextActionProgressUpdate>,CancellationToken,Task<IFileContextActionResult>>) |
Инициализирует новый экземпляр класса FileContextActionBase. |
Методы
| ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken) |
Выполняет действие. |