Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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