Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Function GetResourceLocationAsync ( _
locationId As Guid _
) As Task(Of ApiResourceLocation)
protected Task<ApiResourceLocation> GetResourceLocationAsync(
Guid locationId
)
protected:
Task<ApiResourceLocation^>^ GetResourceLocationAsync(
Guid locationId
)
member GetResourceLocationAsync :
locationId:Guid -> Task<ApiResourceLocation>
protected function GetResourceLocationAsync(
locationId : Guid
) : Task<ApiResourceLocation>
Parameters
- locationId
Type: System.Guid
Return Value
Type: System.Threading.Tasks.Task<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.