Share via


ApiResourceLocationCollection.AddResourceLocations Method

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

Syntax

'Declaration
Public Sub AddResourceLocations ( _
    locations As IEnumerable(Of ApiResourceLocation) _
)
public void AddResourceLocations(
    IEnumerable<ApiResourceLocation> locations
)
public:
void AddResourceLocations(
    IEnumerable<ApiResourceLocation^>^ locations
)
member AddResourceLocations : 
        locations:IEnumerable<ApiResourceLocation> -> unit
public function AddResourceLocations(
    locations : IEnumerable<ApiResourceLocation>
)

Parameters

.NET Framework Security

See Also

Reference

ApiResourceLocationCollection Class

Microsoft.VisualStudio.Services.WebApi Namespace