Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaración
Function Endpoints ( _
<OutAttribute> ByRef saEndpointURLs As Array _
) As Integer
'Uso
Dim instance As IVsWebService3
Dim saEndpointURLs As Array
Dim returnValue As Integer
returnValue = instance.Endpoints(saEndpointURLs)
int Endpoints(
out Array saEndpointURLs
)
int Endpoints(
[OutAttribute] Array^% saEndpointURLs
)
abstract Endpoints :
saEndpointURLs:Array byref -> int
function Endpoints(
saEndpointURLs : Array
) : int
Parameters
- saEndpointURLs
Type: System.Array%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.