_dispVCProjectEngineEvents_SinkHelper.SccEvent Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
Public Overridable Sub SccEvent ( _
A_1 As Object, _
A_2 As enumSccEvent _
)
public virtual void SccEvent(
Object A_1,
enumSccEvent A_2
)
public:
virtual void SccEvent(
Object^ A_1,
enumSccEvent A_2
)
abstract SccEvent :
A_1:Object *
A_2:enumSccEvent -> unit
override SccEvent :
A_1:Object *
A_2:enumSccEvent -> unit
public function SccEvent(
A_1 : Object,
A_2 : enumSccEvent
)
Parameters
- A_1
Type: System.Object
Implements
_dispVCProjectEngineEvents.SccEvent(Object, enumSccEvent)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.