IFeatureService.Disable(String, IFeatureController) Method
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.
Disables a feature.
public:
Microsoft::VisualStudio::Utilities::IFeatureDisableToken ^ Disable(System::String ^ featureName, Microsoft::VisualStudio::Utilities::IFeatureController ^ controller);
public Microsoft.VisualStudio.Utilities.IFeatureDisableToken Disable (string featureName, Microsoft.VisualStudio.Utilities.IFeatureController controller);
abstract member Disable : string * Microsoft.VisualStudio.Utilities.IFeatureController -> Microsoft.VisualStudio.Utilities.IFeatureDisableToken
Public Function Disable (featureName As String, controller As IFeatureController) As IFeatureDisableToken
Parameters
- featureName
- String
Name of the feature to disable
- controller
- IFeatureController
Object that uniquely identifies the caller.