_dispPublishEvents_SinkHelper.m_OnPublishDoneDelegate Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Public m_OnPublishDoneDelegate As _dispPublishEvents_OnPublishDoneEventHandler
'Usage
Dim instance As _dispPublishEvents_SinkHelper
Dim value As _dispPublishEvents_OnPublishDoneEventHandler
value = instance.m_OnPublishDoneDelegate
instance.m_OnPublishDoneDelegate = value
public _dispPublishEvents_OnPublishDoneEventHandler m_OnPublishDoneDelegate
public:
_dispPublishEvents_OnPublishDoneEventHandler^ m_OnPublishDoneDelegate
public var m_OnPublishDoneDelegate : _dispPublishEvents_OnPublishDoneEventHandler
.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.
See Also
Reference
_dispPublishEvents_SinkHelper Class