IVsWebServiceProvider.ApplicationUrl(String) Methode

Definition

Ruft die URL des Webdienstes ab.

public:
 int ApplicationUrl([Runtime::InteropServices::Out] System::String ^ % pbstrUrl);
int ApplicationUrl([Runtime::InteropServices::Out] std::wstring const & & pbstrUrl);
public int ApplicationUrl (out string pbstrUrl);
abstract member ApplicationUrl : string -> int
Public Function ApplicationUrl (ByRef pbstrUrl As String) As Integer

Parameter

pbstrUrl
String

[out] Zeiger auf eine Zeichenfolge, die die URL des Webdiensts enthält.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Gilt für