Skip to content

How can we use PhysicalFile.TrySetAttributeAsync(string name, object value) #383

Answered by reduckted
gmarginet asked this question in Q&A
Discussion options

You must be logged in to vote

I just tried setting a custom property and noticed that it was able to get the VSHPROPID_BrowseObject property value, but because the custom attribute I was trying to set did not have a property descriptor, it was not able to set the property via the property descriptor. It should have been falling back to writing the attribute to the project file, but that was skipped.

This should be fixed by #384.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gmarginet
Comment options

Answer selected by gmarginet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants