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)

[DispIdAttribute(1610743814)]
property bool SupportsRetargeting {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the assembly supports retargeting.

Return to top
Show: