IVSSEvents.BeforeEvent MethodÂ
Currently not used.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Function BeforeEvent ( _
<InAttribute> iEvent As Integer, _
<InAttribute> pIItem As VSSItem, _
<InAttribute> Str As String, _
<InAttribute> var As Object _
) As Boolean
'Usage
Dim instance As IVSSEvents
Dim iEvent As Integer
Dim pIItem As VSSItem
Dim Str As String
Dim var As Object
Dim returnValue As Boolean
returnValue = instance.BeforeEvent(iEvent, pIItem, Str, var)
bool BeforeEvent (
[InAttribute] int iEvent,
[InAttribute] VSSItem pIItem,
[InAttribute] string Str,
[InAttribute] Object var
)
bool BeforeEvent (
[InAttribute] int iEvent,
[InAttribute] VSSItem^ pIItem,
[InAttribute] String^ Str,
[InAttribute] Object^ var
)
boolean BeforeEvent (
/** @attribute InAttribute() */ int iEvent,
/** @attribute InAttribute() */ VSSItem pIItem,
/** @attribute InAttribute() */ String Str,
/** @attribute InAttribute() */ Object var
)
function BeforeEvent (
iEvent : int,
pIItem : VSSItem,
Str : String,
var : Object
) : boolean
Parameters
- iEvent
Not defined.
- pIItem
A reference of the IVSSItem type to an object representing a file or a project.
- Str
Not defined.
- var
Not defined.
Remarks
HRESULT BeforeEvent ([in]long iEvent, [in]IVSSItem *piItem, [in]BSTR Str, [in]VARIANT var, [out,retval]boolean *pbContinue);
Currently this event is not used. It is included as part of the interface definition to allow for future expansion.
See Also
Reference
IVSSEvents Interface
IVSSEvents Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace