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
- szHighestExistingTFMWithSameID
Type: System.String
- szNewTFM
Type: System.String
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsProvideTargetedToolboxItems Interface