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
- 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.