VSConstants.ToolboxMultitargetingFields Class

Represents toolbox multitargeting fields.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.ToolboxMultitargetingFields

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

Syntax

'Declaration
Public NotInheritable Class ToolboxMultitargetingFields
public static class ToolboxMultitargetingFields
public ref class ToolboxMultitargetingFields abstract sealed
[<AbstractClass>]
[<Sealed>]
type ToolboxMultitargetingFields =  class end
public final class ToolboxMultitargetingFields

The VSConstants.ToolboxMultitargetingFields type exposes the following members.

Fields

  Name Description
Public fieldStatic member AssemblyName The full assembly name (strong name), including the version.
Public fieldStatic member Frameworks A semicolon-delimited list of the target framework monitors that are supported by this item (without profiles).
Public fieldStatic member ItemProvider The GUID of the package that implements IVsProvideTargetedToolboxItems and knows about this item type.
Public fieldStatic member TypeName The full type name, for example System.Windows.Forms.Button.
Public fieldStatic member UseProjectTargetFrameworkVersionInTooltip Determines whether to use the project target framework's version in toolbox item tooltips.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio Namespace