IVsWebService3.GetMexWebServiceEndpoint Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

‘선언
Function GetMexWebServiceEndpoint ( _
    bstrUrl As String, _
    <OutAttribute> ByRef ppIVsWebServiceEndpoint As IVsWebServiceEndpoint _
) As Integer
‘사용 방법
Dim instance As IVsWebService3
Dim bstrUrl As String
Dim ppIVsWebServiceEndpoint As IVsWebServiceEndpoint
Dim returnValue As Integer

returnValue = instance.GetMexWebServiceEndpoint(bstrUrl, _
    ppIVsWebServiceEndpoint)
int GetMexWebServiceEndpoint(
    string bstrUrl,
    out IVsWebServiceEndpoint ppIVsWebServiceEndpoint
)
int GetMexWebServiceEndpoint(
    [InAttribute] String^ bstrUrl, 
    [OutAttribute] IVsWebServiceEndpoint^% ppIVsWebServiceEndpoint
)
abstract GetMexWebServiceEndpoint : 
        bstrUrl:string * 
        ppIVsWebServiceEndpoint:IVsWebServiceEndpoint byref -> int 
function GetMexWebServiceEndpoint(
    bstrUrl : String, 
    ppIVsWebServiceEndpoint : IVsWebServiceEndpoint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsWebService3 Interface

IVsWebService3 Members

Microsoft.VisualStudio.Shell.Interop Namespace