IVsProjectServerHost.GetServerUrl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the URL of the hosted server.
public:
int GetServerUrl([Runtime::InteropServices::Out] System::String ^ % pbstrUrl);
int GetServerUrl([Runtime::InteropServices::Out] std::wstring const & & pbstrUrl);
public int GetServerUrl (out string pbstrUrl);
abstract member GetServerUrl : string -> int
Public Function GetServerUrl (ByRef pbstrUrl As String) As Integer
Parameters
- pbstrUrl
- String
Url of the hosted server.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell90.idl:
HRESULT GetServerUrl([out, retval] BSTR *pbstrUrl);