ApiResourceLocationCollection.GetAreaLocations Method
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function GetAreaLocations ( _
area As String _
) As IEnumerable(Of ApiResourceLocation)
public IEnumerable<ApiResourceLocation> GetAreaLocations(
string area
)
public:
IEnumerable<ApiResourceLocation^>^ GetAreaLocations(
String^ area
)
member GetAreaLocations :
area:string -> IEnumerable<ApiResourceLocation>
public function GetAreaLocations(
area : String
) : IEnumerable<ApiResourceLocation>
Parameters
- area
Type: System.String
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.