ExpansionFunction(ExpansionProvider) 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.
Initializes a new instance of the ExpansionFunction class.
public:
ExpansionFunction(Microsoft::VisualStudio::Package::ExpansionProvider ^ provider);
public ExpansionFunction (Microsoft.VisualStudio.Package.ExpansionProvider provider);
new Microsoft.VisualStudio.Package.ExpansionFunction : Microsoft.VisualStudio.Package.ExpansionProvider -> Microsoft.VisualStudio.Package.ExpansionFunction
Public Sub New (provider As ExpansionProvider)
Parameters
- provider
- ExpansionProvider
[in] The ExpansionProvider object
Remarks
Your derived class constructor must call the base class constructor.