ApiResourceLocationCollection.GetResourceLocations-Methode
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
)
Parameter
- area
Typ: System.String
- resourceName
Typ: System.String
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<ApiResourceLocation>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.