ApiResourceLocationCollection.AddResourceLocation Method
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub AddResourceLocation ( _
location As ApiResourceLocation _
)
public void AddResourceLocation(
ApiResourceLocation location
)
public:
void AddResourceLocation(
ApiResourceLocation^ location
)
member AddResourceLocation :
location:ApiResourceLocation -> unit
public function AddResourceLocation(
location : ApiResourceLocation
)
Parameters
- location
Type: Microsoft.VisualStudio.Services.WebApi.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.