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
声明
Public Overridable Sub SccEvent ( _
A_1 As Object, _
A_2 As enumSccEvent _
)
用法
Dim instance As _dispVCProjectEngineEvents_SinkHelper
Dim A_1 As Object
Dim A_2 As enumSccEvent
instance.SccEvent(A_1, A_2)
public virtual void SccEvent(
Object A_1,
enumSccEvent A_2
)
public:
virtual void SccEvent(
Object^ A_1,
enumSccEvent A_2
)
public function SccEvent(
A_1 : Object,
A_2 : enumSccEvent
)
Parameters
- A_1
Type: System.Object
Implements
_dispVCProjectEngineEvents.SccEvent(Object, enumSccEvent)
Permissions
- 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.
See Also
Reference
_dispVCProjectEngineEvents_SinkHelper Class