Closed sotanakamura closed 11 months ago
To auther WinRT APIs, we need to inplement interfaces such as IStringable. How can we implement interfaces?
IStringable
See win32more._winrt.MulticastDelgate. It implements com interface.
win32more._winrt.MulticastDelgate
Thank you, I got it. I think it should be an easier way like C# though.
To auther WinRT APIs, we need to inplement interfaces such as
IStringable
. How can we implement interfaces?