ICompletionSource 接口

定义

为给定的内容类型提供完成。

public interface class ICompletionSource : IDisposable
public interface ICompletionSource : IDisposable
type ICompletionSource = interface
    interface IDisposable
Public Interface ICompletionSource
Implements IDisposable
实现

示例

有关此接口的示例,请参阅 演练:显示语句完成

方法

AugmentCompletionSession(ICompletionSession, IList<CompletionSet>)

确定 CompletionSet 应为指定的一部分的 ICompletionSession

适用于