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
public IEnumerable<string> LogicalAdapterIds { get; }
public:
property IEnumerable<String^>^ LogicalAdapterIds {
IEnumerable<String^>^ get();
}
member LogicalAdapterIds : IEnumerable<string> with get
Public ReadOnly Property LogicalAdapterIds As IEnumerable(Of String)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
See Also
ApplyAdapterLimitationsAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top