다음을 통해 공유


FeatureAttribute(FeatureStage, Boolean) 생성자

정의

특성의 새 instance 만들고 초기화합니다.

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

명명된 기능이 모든 분기에서 유효한지 여부를 나타내는 부울 값입니다.

적용 대상