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: System.Boolean
true if the assembly supports retargeting.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.