IVsWebService3.DiscoveryUrl Method
The HTTP GET-based discovery URL for the service (NULL or empty BSTR if none)
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Function DiscoveryUrl ( _
<OutAttribute> ByRef bstrDiscoveryUrl As String _
) As Integer
int DiscoveryUrl(
out string bstrDiscoveryUrl
)
int DiscoveryUrl(
[OutAttribute] String^% bstrDiscoveryUrl
)
abstract DiscoveryUrl :
bstrDiscoveryUrl:string byref -> int
function DiscoveryUrl(
bstrDiscoveryUrl : String
) : int
Parameters
bstrDiscoveryUrl
Type: String%[out, retval] The discovery URL. The value of this parameter is null or EMPTY if there is no discovery URL.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.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.