This documentation is archived and is not being maintained.
TfsConnection::GetFullyQualifiedUriForName Method
Visual Studio 2013
This function assumes the name passed in will be either the friendly name of the server or the url to the root of the collection. Url's fully qualified to the location service page should not be passed in here.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
protected: static Uri^ GetFullyQualifiedUriForName( String^ name, String^ locationServiceRelativePath, Func<String^, Uri^>^ getRegisteredUri )
Parameters
- name
- Type: System::String
- locationServiceRelativePath
- Type: System::String
- getRegisteredUri
- Type: System::Func<String, Uri>
- 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.
Show: