C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsShell

Inheritance: IVsShell
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
RegisterPropertyGetter ( int propertyId, Func getter ) : void

Private Methods

Method Description
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

Method Details

RegisterPropertyGetter() public method

public RegisterPropertyGetter ( int propertyId, Func getter ) : void
propertyId int
getter Func
return void