Share via


IVsWebService3.Endpoints Method

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

Syntax

'Declaration
Function Endpoints ( _
    <OutAttribute> ByRef saEndpointURLs As Array _
) As Integer
int Endpoints(
    out Array saEndpointURLs
)
int Endpoints(
    [OutAttribute] Array^% saEndpointURLs
)
abstract Endpoints : 
        saEndpointURLs:Array byref -> int 
function Endpoints(
    saEndpointURLs : Array
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsWebService3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace