IVsWebServiceEndpoint Interface
Represents a single endpoint for a Web service (whether a service endpoint or a metadata discovery endpoint).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("72DDC424-1358-4923-9B9D-DE55BC2322E1")> _
Public Interface IVsWebServiceEndpoint
[InterfaceTypeAttribute()]
[GuidAttribute("72DDC424-1358-4923-9B9D-DE55BC2322E1")]
public interface IVsWebServiceEndpoint
[InterfaceTypeAttribute()]
[GuidAttribute(L"72DDC424-1358-4923-9B9D-DE55BC2322E1")]
public interface class IVsWebServiceEndpoint
[<InterfaceTypeAttribute()>]
[<GuidAttribute("72DDC424-1358-4923-9B9D-DE55BC2322E1")>]
type IVsWebServiceEndpoint = interface end
public interface IVsWebServiceEndpoint
The IVsWebServiceEndpoint type exposes the following members.
Methods
Name | Description | |
---|---|---|
Url | Retrieves the URL for the endpoint. |
Top