-
|
How to read or modify the value of {OpenMcdf.Ole.PropertyFactory.VT_Unaligned_LPSTR_Property} inside OleProperty's Value, which is a sealed type If it's a recognizable type, why use an inaccessible type? |
Beta Was this translation helpful? Give feedback.
Answered by
Numpsy
Jun 18, 2025
Replies: 1 comment
-
|
The PropertyFactory stuff is an implementation detail, you should be able to set the values by just setting them to strings directly (e.g in the unit test at ) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeremy-visionaid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The PropertyFactory stuff is an implementation detail, you should be able to set the values by just setting them to strings directly (e.g in the unit test at
openmcdf/OpenMcdf.Ole.Tests/OlePropertiesExtensionsTests.cs
Line 59 in bef9600