Metodo IVSSEvents.AfterEvent

Attualmente non utilizzato.

Spazio dei nomi: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Sintassi

'Dichiarazione
Sub AfterEvent ( _
    <InAttribute> iEvent As Integer, _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Str As String, _
    <InAttribute> var As Object _
)
'Utilizzo
Dim instance As IVSSEvents
Dim iEvent As Integer
Dim pIItem As VSSItem
Dim Str As String
Dim var As Object

instance.AfterEvent(iEvent, pIItem, Str, var)
void AfterEvent (
    [InAttribute] int iEvent,
    [InAttribute] VSSItem pIItem,
    [InAttribute] string Str,
    [InAttribute] Object var
)
void AfterEvent (
    [InAttribute] int iEvent, 
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] String^ Str, 
    [InAttribute] Object^ var
)
void AfterEvent (
    /** @attribute InAttribute() */ int iEvent, 
    /** @attribute InAttribute() */ VSSItem pIItem, 
    /** @attribute InAttribute() */ String Str, 
    /** @attribute InAttribute() */ Object var
)
function AfterEvent (
    iEvent : int, 
    pIItem : VSSItem, 
    Str : String, 
    var : Object
)

Parametri

  • iEvent
    Non definito.
  • pIItem
    Un riferimento del tipo IVSSItem a un oggetto che rappresenta un file o un progetto.
  • Str
    Non definito.
  • var
    Non definito.

Note

[IDL]

HRESULT AfterEvent ([in]long iEvent, [in]IVSSItem *piItem, [in]BSTR Str, [in]VARIANT var);

Questo evento non è attualmente utilizzato. È incluso come parte della definizione dell'interfaccia per eventuali espansioni future.

Vedere anche

Riferimenti

Interfaccia IVSSEvents
Membri IVSSEvents
Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop