ModelBusReferenceExtensionMethods.ApplyElementTypeLimitations 方法
使用找到的第一個 ApplyElementTypeLimitationsAttribute,根據主機的中繼資料套用篩選。
命名空間: Microsoft.VisualStudio.Modeling.Integration.Picker
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function ApplyElementTypeLimitations ( _
enumeration As IEnumerable(Of SupportedType), _
host As IModelBrowserHost _
) As IEnumerable(Of SupportedType)
public static IEnumerable<SupportedType> ApplyElementTypeLimitations(
this IEnumerable<SupportedType> enumeration,
IModelBrowserHost host
)
參數
- enumeration
類型:System.Collections.Generic.IEnumerable<SupportedType>
傳回值
類型:System.Collections.Generic.IEnumerable<SupportedType>
使用注意事項
在 Visual Basic 和 C# 中,您可以在任何 IEnumerable<SupportedType> 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)或擴充方法 (C# 程式設計手冊)。
備註
由選擇器篩選非處置項目型別。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。