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