ApplyAdapterLimitationsAttribute.LogicalAdapterIds Property
Gets the applied limitations
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property LogicalAdapterIds As IEnumerable(Of String)
public IEnumerable<string> LogicalAdapterIds { get; }
public:
property IEnumerable<String^>^ LogicalAdapterIds {
IEnumerable<String^>^ get ();
}
member LogicalAdapterIds : IEnumerable<string> with get
function get LogicalAdapterIds () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ApplyAdapterLimitationsAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace