DocumentTask::Site Property

 

Gets the service provider.

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

public:
property IServiceProvider^ Site {
	IServiceProvider^ get();
}

Property Value

Type: System::IServiceProvider^

The IServiceProvider object that was passed to the DocumentTask class constructor.

Return to top
Show: