_dispWebServicesEvents_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._dispWebServicesEvents_SinkHelper
Syntax
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _dispWebServicesEvents_SinkHelper : _dispWebServicesEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class _dispWebServicesEvents_SinkHelper sealed : _dispWebServicesEvents
[<Sealed>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type _dispWebServicesEvents_SinkHelper =
class
interface _dispWebServicesEvents
end
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public NotInheritable Class _dispWebServicesEvents_SinkHelper
Implements _dispWebServicesEvents
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
|
WebServiceAdded(WebService) | 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. |
|
WebServiceChanged(WebService) | 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. |
|
WebServiceRemoved(WebService) | 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. |
|
WebServiceRenamed(String, WebService) | 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. |
Fields
Name | Description | |
---|---|---|
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. |
|
m_WebServiceAddedDelegate | 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. |
|
m_WebServiceChangedDelegate | 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. |
|
m_WebServiceRemovedDelegate | 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. |
|
m_WebServiceRenamedDelegate | 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. |
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
WebServicesEvents
VsWebSite Namespace
Return to top