Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents toolbox multitargeting fields.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.ToolboxMultitargetingFields
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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 | |
---|---|---|
![]() ![]() |
AssemblyName | The full assembly name (strong name), including the version. |
![]() ![]() |
Frameworks | A semicolon-delimited list of the target framework monitors that are supported by this item (without profiles). |
![]() ![]() |
ItemProvider | The GUID of the package that implements IVsProvideTargetedToolboxItems and knows about this item type. |
![]() ![]() |
TypeName | The full type name, for example System.Windows.Forms.Button. |
![]() ![]() |
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.