ApplyAdapterLimitationsAttribute.LogicalAdapterIds Property
Gets the applied limitations
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaración
Public ReadOnly Property LogicalAdapterIds As IEnumerable(Of String)
Get
public IEnumerable<string> LogicalAdapterIds { get; }
public:
property IEnumerable<String^>^ LogicalAdapterIds {
IEnumerable<String^>^ get ();
}
member LogicalAdapterIds : IEnumerable<string>
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