TextTipData Constructor (IServiceProvider^)

 

This constructor sets a service provider.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
TextTipData(
	IServiceProvider^ site
)

Parameters

site
Type: System::IServiceProvider^

A service provider.

Throws the exception ArgumentNullException if site is NULL.

Return to top
Show: