Share via


ProvideStaticToolboxItemAttribute.SupportedFrameworks Property

Gets the supported frameworks.

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

Syntax

'Declaration
Public Property SupportedFrameworks As String
public string SupportedFrameworks { get; private set; }
public:
property String^ SupportedFrameworks {
    String^ get ();
    private: void set (String^ value);
}
member SupportedFrameworks : string with get, private set
function get SupportedFrameworks () : String 
private function set SupportedFrameworks (value : String)

Property Value

Type: System.String
The supported frameworks.

.NET Framework Security

See Also

Reference

ProvideStaticToolboxItemAttribute Class

Microsoft.VisualStudio.Shell Namespace