__VSPROJRESFLAGS Enumeration

 

Specifies action to take with GetResourceItem calls.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __VSPROJRESFLAGS

Member nameDescription
PRF_CreateIfNotExist

Create the resource if it doesn't exist.

From vsshell.idl:

Return to top
Show: