FeatureAttribute(FeatureStage, Boolean) 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.
Creates and initializes a new instance of the attribute.
public:
FeatureAttribute(FeatureStage featureStage, bool validInAllBranches);
FeatureAttribute(FeatureStage const& featureStage, bool const& validInAllBranches);
public FeatureAttribute(FeatureStage featureStage, bool validInAllBranches);
function FeatureAttribute(featureStage, validInAllBranches)
Public Sub New (featureStage As FeatureStage, validInAllBranches As Boolean)
Parameters
- featureStage
- FeatureStage
Specifies if the named feature is enabled or disabled.
- validInAllBranches
-
Boolean
bool
Boolean value that indicates if the named feature is valid in all branches.