IVSSEvents_SinkHelper.m_BeginCommandDelegate FieldĀ
This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Public m_BeginCommandDelegate As IVSSEvents_BeginCommandEventHandler
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim value As IVSSEvents_BeginCommandEventHandler
value = instance.m_BeginCommandDelegate
instance.m_BeginCommandDelegate = value
public IVSSEvents_BeginCommandEventHandler m_BeginCommandDelegate
public:
IVSSEvents_BeginCommandEventHandler^ m_BeginCommandDelegate
public IVSSEvents_BeginCommandEventHandler m_BeginCommandDelegate
public var m_BeginCommandDelegate : IVSSEvents_BeginCommandEventHandler
See Also
Reference
IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace