IVsProvideTargetedToolboxItems.AddNewTypesForNewFramework Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
Function AddNewTypesForNewFramework ( _
    szHighestExistingTFMWithSameID As String, _
    szNewTFM As String, _
    pAdder As IVsAddToolboxItems _
) As Integer
‘사용 방법
Dim instance As IVsProvideTargetedToolboxItems
Dim szHighestExistingTFMWithSameID As String
Dim szNewTFM As String
Dim pAdder As IVsAddToolboxItems
Dim returnValue As Integer

returnValue = instance.AddNewTypesForNewFramework(szHighestExistingTFMWithSameID, _
    szNewTFM, pAdder)
int AddNewTypesForNewFramework(
    string szHighestExistingTFMWithSameID,
    string szNewTFM,
    IVsAddToolboxItems pAdder
)
int AddNewTypesForNewFramework(
    [InAttribute] String^ szHighestExistingTFMWithSameID, 
    [InAttribute] String^ szNewTFM, 
    [InAttribute] IVsAddToolboxItems^ pAdder
)
abstract AddNewTypesForNewFramework : 
        szHighestExistingTFMWithSameID:string * 
        szNewTFM:string * 
        pAdder:IVsAddToolboxItems -> int 
function AddNewTypesForNewFramework(
    szHighestExistingTFMWithSameID : String, 
    szNewTFM : String, 
    pAdder : IVsAddToolboxItems
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsProvideTargetedToolboxItems Interface

IVsProvideTargetedToolboxItems Members

Microsoft.VisualStudio.Shell.Interop Namespace