TextTipData(IServiceProvider) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This constructor sets a service provider.
public:
TextTipData(IServiceProvider ^ site);
public TextTipData (IServiceProvider site);
new Microsoft.VisualStudio.Package.TextTipData : IServiceProvider -> Microsoft.VisualStudio.Package.TextTipData
Public Sub New (site As IServiceProvider)
Parameters
- site
- IServiceProvider
A service provider.
Remarks
Throws the exception ArgumentNullException if site
is NULL
.