FeatureAttribute(FeatureStage, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並初始化 屬性的新實例。
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)
參數
- featureStage
- FeatureStage
指定具名功能是否已啟用或停用。
- validInAllBranches
-
Boolean
bool
布林值,指出具名功能在所有分支中是否有效。