C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsShell

상속: IVsShell
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
RegisterPropertyGetter ( int propertyId, Func getter ) : void

비공개 메소드들

메소드 설명
IVsShell ( System.Guid &guidPackage, IVsPackage &ppPackage ) : int
IVsShell ( System.Guid &guidPackage, int &pfInstalled ) : int
IVsShell ( System.Guid &guidPackage, uint resid, string &pbstrOut ) : int
IVsShell ( System.Guid &guidPackage, uint dwExFlags, uint &phinstOut ) : int
IVsShell ( IEnumPackages &ppenum ) : int
IVsShell ( IVsBroadcastMessageEvents pSink, uint &pdwCookie ) : int
IVsShell ( IVsShellPropertyEvents pSink, uint &pdwCookie ) : int
IVsShell ( int propid, object &pvar ) : int
IVsShell ( uint dwCookie ) : int

메소드 상세

RegisterPropertyGetter() 공개 메소드

public RegisterPropertyGetter ( int propertyId, Func getter ) : void
propertyId int
getter Func
리턴 void