question

HarshadPatil-6923 avatar image
0 Votes"
HarshadPatil-6923 asked SergeyVlasov answered

Resolve GuidList while creating visual studio extensions options page?

I am trying to create a extension in visual studio 2017 involving a custom options page as per the documentation mentioned at https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-an-options-page?view=vs-2017

But I am not able to resolve the 'GuidList' being used in attribute [Guid(GuidList.guidMyToolsOptionsPkgString)] It is mentioned that GuidList resides in the assembly Microsoft.VisualStudio.Data.Schema.Project.dll.

But where do I find his assembly? Its not present in visual studio 2017 installation it seems!

vs-extensions
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SergeyVlasov avatar image
0 Votes"
SergeyVlasov answered

GuidList is your class that holds your guids in one place. You can provide options pkg string directly without it if you want.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.