IToolboxExtensionsSdkInfo::TargetFramework Property

 

Gets the value of the target frameworks to be used to filter extension SDKs in Toolbox.

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

property String^ TargetFramework {
	String^ get();
}

Property Value

Type: System::String^

This value can be a semicolon-delimited list of target framework monikers.

Return to top
Show: