IVsAssemblyReferenceProviderContext.SupportsRetargeting Property

Gets or sets whether the assembly supports retargeting.

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

Syntax

'Declaration
Property SupportsRetargeting As Boolean
bool SupportsRetargeting { get; set; }
property bool SupportsRetargeting {
    bool get ();
    void set (bool value);
}
abstract SupportsRetargeting : bool with get, set
function get SupportsRetargeting () : boolean 
function set SupportsRetargeting (value : boolean)

Property Value

Type: Boolean
true if the assembly supports retargeting.

.NET Framework Security

See Also

Reference

IVsAssemblyReferenceProviderContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace