ProposalManagerBase 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인라인 완성이 문자를 입력한 후 제안을 생성하려고 하는지 여부를 제어하는 데 사용되는 클래스입니다. MEF 내보내기를 ProposalManagerProviderBase 통해 생성됩니다.
public abstract class ProposalManagerBase : Microsoft.VisualStudio.Threading.IAsyncDisposable
type ProposalManagerBase = class
interface IAsyncDisposable
Public MustInherit Class ProposalManagerBase
Implements IAsyncDisposable
- 상속
-
ProposalManagerBase
- 구현
생성자
ProposalManagerBase() |
인라인 완성이 문자를 입력한 후 제안을 생성하려고 하는지 여부를 제어하는 데 사용되는 클래스입니다. MEF 내보내기를 ProposalManagerProviderBase 통해 생성됩니다. |
메서드
DisposeAsync() |
인라인 완성이 문자를 입력한 후 제안을 생성하려고 하는지 여부를 제어하는 데 사용되는 클래스입니다. MEF 내보내기를 ProposalManagerProviderBase 통해 생성됩니다. |
TryGetIsProposalPosition(VirtualSnapshotPoint, ProposalScenario, Char, Boolean) |
지정된 시나리오에서 제안을 생성해야 하는지 여부를 확인합니다. |