Skip to content

WPF APIs still needed for WAS projects? #3684

Discussion options

You must be logged in to vote

I honestly don't think it matters. The .NET source for the clipboard class has it using the Windows native OLE clipboard functionality. For example, line 643 has a call to OleGetClipboard.
If you dig in far enough, I'm sure that you will find that the Windows Runtime clipboard functionality is also a wrapper around the native OLE clipboard functionality too. So as long as the underlying functionality is supported then you should just use whatever is most comfortable for you.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@DarranRowe
Comment options

@learntocode66
Comment options

@DarranRowe
Comment options

@learntocode66
Comment options

@DarranRowe
Comment options

Comment options

You must be logged in to vote
2 replies
@DarranRowe
Comment options

Answer selected by learntocode66
@learntocode66
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants