Metodo IVSSEvents.AfterCheckout

Un evento generato dopo l'estrazione di un file dal database di Visual SourceSafe.

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

Sintassi

'Dichiarazione
Sub AfterCheckout ( _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Local As String, _
    <InAttribute> Comment As String _
)
'Utilizzo
Dim instance As IVSSEvents
Dim pIItem As VSSItem
Dim Local As String
Dim Comment As String

instance.AfterCheckout(pIItem, Local, Comment)
void AfterCheckout (
    [InAttribute] VSSItem pIItem,
    [InAttribute] string Local,
    [InAttribute] string Comment
)
void AfterCheckout (
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] String^ Local, 
    [InAttribute] String^ Comment
)
void AfterCheckout (
    /** @attribute InAttribute() */ VSSItem pIItem, 
    /** @attribute InAttribute() */ String Local, 
    /** @attribute InAttribute() */ String Comment
)
function AfterCheckout (
    pIItem : VSSItem, 
    Local : String, 
    Comment : String
)

Parametri

  • pIItem
    Un riferimento del tipo IVSSItem a un oggetto che rappresenta un file estratto.
  • Local
    Una stringa che rappresenta il percorso completo della copia locale di un file estratto.
  • Comment
    Facoltativo. Una stringa contenente un commento. Il valore predefinito è una stringa vuota.

Note

[IDL]

HRESULT AfterCheckout ([in]IVSSItem *pIItem, [in] BSTR Local);

Quando si estrae un progetto, ciascun file incluso nel progetto genera questo evento.

Vedere anche

Riferimenti

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