__FRD_FLAGS Enumeration

 

Enumerates flags for framework retargetting.

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

[FlagsAttribute]
public enum __FRD_FLAGS

Member nameDescription
FRDF_DEFAULT

The default value is to support retargeting.

FRDF_SUPPORTS_RETARGETING

Indicates that the framework supports retargeting.

Return to top
Show: