You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dparvin edited this page Jul 5, 2025
·
2 revisions
AutoCompleteSetupAttribute.ProviderType property
Gets the type that provides the source of auto-complete values when AutoCompleteSource is set to CustomSource. Typically, this can be an enum type or a class with a static string[] Values property.
publicTypeProviderType{get;}
Property Value
A Type representing the provider of suggestions for the editor, or null if not specified.