Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Déclaration
Function FireCodeModelEvent3 ( _
dispid As Integer, _
pParent As Object, _
pElement As Object, _
changeKind As Integer _
) As Integer
'Utilisation
Dim instance As IVsExtensibility3
Dim dispid As Integer
Dim pParent As Object
Dim pElement As Object
Dim changeKind As Integer
Dim returnValue As Integer
returnValue = instance.FireCodeModelEvent3(dispid, _
pParent, pElement, changeKind)
int FireCodeModelEvent3(
int dispid,
Object pParent,
Object pElement,
int changeKind
)
int FireCodeModelEvent3(
[InAttribute] int dispid,
[InAttribute] Object^ pParent,
[InAttribute] Object^ pElement,
[InAttribute] int changeKind
)
abstract FireCodeModelEvent3 :
dispid:int *
pParent:Object *
pElement:Object *
changeKind:int -> int
function FireCodeModelEvent3(
dispid : int,
pParent : Object,
pElement : Object,
changeKind : int
) : int
Parameters
- dispid
Type: System.Int32
- pParent
Type: System.Object
- pElement
Type: System.Object
- changeKind
Type: System.Int32
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.