Share via


ApiResourceLocationCollection.GetAllLocations Method

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function GetAllLocations As IEnumerable(Of ApiResourceLocation)
public IEnumerable<ApiResourceLocation> GetAllLocations()
public:
IEnumerable<ApiResourceLocation^>^ GetAllLocations()
member GetAllLocations : unit -> IEnumerable<ApiResourceLocation> 
public function GetAllLocations() : IEnumerable<ApiResourceLocation>

Return Value

Type: System.Collections.Generic.IEnumerable<ApiResourceLocation>

.NET Framework Security

See Also

Reference

ApiResourceLocationCollection Class

Microsoft.VisualStudio.Services.WebApi Namespace