__FRD_FLAGS Enumeration

Enumerates flags for framework retargetting.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __FRD_FLAGS
[FlagsAttribute]
public enum __FRD_FLAGS
[FlagsAttribute]
public enum class __FRD_FLAGS
[<FlagsAttribute>]
type __FRD_FLAGS
public enum __FRD_FLAGS

Members

Member name Description
FRDF_SUPPORTS_RETARGETING Indicates that the framework supports retargeting.
FRDF_DEFAULT The default value is to support retargeting.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace