IVSSEvents_SinkHelper.m_EndCommandDelegate 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_EndCommandDelegate As IVSSEvents_EndCommandEventHandler
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim value As IVSSEvents_EndCommandEventHandler
value = instance.m_EndCommandDelegate
instance.m_EndCommandDelegate = value
public IVSSEvents_EndCommandEventHandler m_EndCommandDelegate
public:
IVSSEvents_EndCommandEventHandler^ m_EndCommandDelegate
public IVSSEvents_EndCommandEventHandler m_EndCommandDelegate
public var m_EndCommandDelegate : IVSSEvents_EndCommandEventHandler
See Also
Reference
IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace