C# 클래스 PowerStudio.LanguageServices.PowerShell.Intellisense.QuickInfo.QuickInfoControllerProvider

상속: IIntellisenseControllerProvider
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TryCreateIntellisenseController ( ITextView textView, IList subjectBuffers ) : IIntellisenseController

Attempts to create an IntelliSense controller for a specific text view opened in a specific context.

메소드 상세

TryCreateIntellisenseController() 공개 메소드

Attempts to create an IntelliSense controller for a specific text view opened in a specific context.
public TryCreateIntellisenseController ( ITextView textView, IList subjectBuffers ) : IIntellisenseController
textView ITextView The text view for which a controller should be created.
subjectBuffers IList The set of text buffers with matching content types that are potentially visible in the view.
리턴 IIntellisenseController