ContributedFeatureStateQuery interface
功能標識子清單之有效參與功能狀態的查詢
屬性
| feature |
要查詢的功能識別碼清單 |
| feature |
包含每個查詢特徵識別碼目前特徵狀態的查詢結果 |
| scope |
用於查詢的範圍值字典(項目名稱等)(如果跨範圍查詢) |
屬性詳細資料
featureIds
要查詢的功能識別碼清單
featureIds: string[]
屬性值
string[]
featureStates
包含每個查詢特徵識別碼目前特徵狀態的查詢結果
featureStates: {[key: string]: ContributedFeatureState}
屬性值
{[key: string]: ContributedFeatureState}
scopeValues
用於查詢的範圍值字典(項目名稱等)(如果跨範圍查詢)
scopeValues: {[key: string]: string}
屬性值
{[key: string]: string}