IFeatureDisableToken Interface
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.
Keeps track of the request to disable the feature. To restore the feature,
public interface class IFeatureDisableToken : IDisposable
public interface IFeatureDisableToken : IDisposable
type IFeatureDisableToken = interface
interface IDisposable
Public Interface IFeatureDisableToken
Implements IDisposable
- Implements