_dispWebSiteMiscEvents_SinkHelper Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Inheritance Hierarchy

System.Object
  VsWebSite._dispWebSiteMiscEvents_SinkHelper

Syntax

[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _dispWebSiteMiscEvents_SinkHelper : _dispWebSiteMiscEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class _dispWebSiteMiscEvents_SinkHelper sealed : _dispWebSiteMiscEvents
[<Sealed>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type _dispWebSiteMiscEvents_SinkHelper = 
    class
        interface _dispWebSiteMiscEvents
    end
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public NotInheritable Class _dispWebSiteMiscEvents_SinkHelper
    Implements _dispWebSiteMiscEvents

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod OnAfterFolderRefresh(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod OnBeforeFolderRefresh(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfield m_dwCookie

This API supports the product infrastructure and is not intended to be used directly from your code. This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfield m_OnAfterFolderRefreshDelegate

This API supports the product infrastructure and is not intended to be used directly from your code. This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfield m_OnBeforeFolderRefreshDelegate

This API supports the product infrastructure and is not intended to be used directly from your code. This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

WebSiteMiscEvents
VsWebSite Namespace

Return to top