ContributedFeatureStateQuery interface

针对功能 ID 列表的有效参与功能状态的查询

属性

featureIds

要查询的功能 ID 的列表

featureStates

包含每个查询特征 ID 的当前功能状态的查询结果

scopeValues

在查询中使用的范围值(项目名称等)字典(如果跨范围查询)

属性详细信息

featureIds

要查询的功能 ID 的列表

featureIds: string[]

属性值

string[]

featureStates

包含每个查询特征 ID 的当前功能状态的查询结果

featureStates: {[key: string]: ContributedFeatureState}

属性值

{[key: string]: ContributedFeatureState}

scopeValues

在查询中使用的范围值(项目名称等)字典(如果跨范围查询)

scopeValues: {[key: string]: string}

属性值

{[key: string]: string}