IVSSEventHandler.Init Method 

SourceSafe calls this method when it creates an instance of an add-in.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
Sub Init ( _
    <InAttribute> pIVSS As VSSApp _
)
'Usage
Dim instance As IVSSEventHandler
Dim pIVSS As VSSApp

instance.Init(pIVSS)
void Init (
    [InAttribute] VSSApp pIVSS
)
void Init (
    [InAttribute] VSSApp^ pIVSS
)
void Init (
    /** @attribute InAttribute() */ VSSApp pIVSS
)
function Init (
    pIVSS : VSSApp
)

Parameters

  • pIVSS
    A reference of the IVSS type to the VSSApp object.

Remarks

[IDL]

HRESULT Init([in] IVSS *pIVSS);

See Also

Reference

IVSSEventHandler Interface
IVSSEventHandler Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSEvents
IVSSEvents_Event

Other Resources

Trapping SourceSafe Events