- 
                Notifications
    You must be signed in to change notification settings 
- Fork 114
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Consider APIs like Windows.UI.Accessibility.IUIAutomationElement.get_CachedAcceleratorKey. This should be exposed to .NET developers as a property instead of a method. The get_ prefix should be omitted.
I want this so I can use cswin32 to seamlessly replace interop assemblies generated by tlbimp. This change would also make cswin32 more consistent with the Rust win32 projection (which also omits the get_ prefix) and more consistent with CsWinRT.
The metadata already puts the SpecialName attribute on methods which need this treatment.
AArnott
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request