Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An event that is fired after undoing a checkout of a file from the SourceSafe database.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub AfterUndoCheckout ( _
<InAttribute> pIItem As VSSItem, _
<InAttribute> Local As String _
)
'Usage
Dim instance As IVSSEvents
Dim pIItem As VSSItem
Dim Local As String
instance.AfterUndoCheckout(pIItem, Local)
void AfterUndoCheckout (
[InAttribute] VSSItem pIItem,
[InAttribute] string Local
)
void AfterUndoCheckout (
[InAttribute] VSSItem^ pIItem,
[InAttribute] String^ Local
)
void AfterUndoCheckout (
/** @attribute InAttribute() */ VSSItem pIItem,
/** @attribute InAttribute() */ String Local
)
function AfterUndoCheckout (
pIItem : VSSItem,
Local : String
)
Parameters
- pIItem
A reference of the IVSSItem type to an object representing a file whose checkout has been undone.
- Local
A string representing a fully qualified path to the local copy of an unchecked out file.
Remarks
[IDL]
HRESULT AfterUndoCheckout ([in]IVSSItem *pIItem, [in] BSTR Local);
When you undo a checkout of a project, each file in the project fires this event.
See Also
Reference
IVSSEvents Interface
IVSSEvents Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace