ApplyAdapterLimitationsAttribute 類別
選擇器使用的篩選屬性,目的是要篩選掉任何未參考指定邏輯配接器 ID 之配接器的 ModelBusReferences。
命名空間: Microsoft.VisualStudio.Modeling.Integration.Picker
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
繼承階層架構
System.Object
System.Attribute
Microsoft.VisualStudio.Modeling.Integration.Picker.PickerMetadataBaseAttribute
Microsoft.VisualStudio.Modeling.Integration.Picker.ApplyAdapterLimitationsAttribute
語法
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false,
Inherited = false)]
public sealed class ApplyAdapterLimitationsAttribute : PickerMetadataBaseAttribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false,
Inherited = false)]
public ref class ApplyAdapterLimitationsAttribute sealed : PickerMetadataBaseAttribute
[<Sealed>]
[<CLSCompliantAttribute(false)>]
[<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false,
Inherited = false)>]
type ApplyAdapterLimitationsAttribute =
class
inherit PickerMetadataBaseAttribute
end
<CLSCompliantAttribute(False)>
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False,
Inherited := False)>
Public NotInheritable Class ApplyAdapterLimitationsAttribute
Inherits PickerMetadataBaseAttribute
建構函式
名稱 | 描述 | |
---|---|---|
ApplyAdapterLimitationsAttribute(String[]) | 根據邏輯配接器 ID 建立限制 |
屬性
名稱 | 描述 | |
---|---|---|
LogicalAdapterIds | 取得已套用的限制 |
|
TypeId | (繼承自 Attribute。) |
方法
名稱 | 描述 | |
---|---|---|
Equals(Object) | (繼承自 Attribute。) |
|
GetHashCode() | (繼承自 Attribute。) |
|
GetType() | (繼承自 Object。) |
|
IsDefaultAttribute() | (繼承自 Attribute。) |
|
Match(Object) | (繼承自 Attribute。) |
|
ToString() | (繼承自 Object。) |
明確介面實作
執行緒安全
這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
Microsoft.VisualStudio.Modeling.Integration.Picker 命名空間
回到頁首