IDiscoveryClientResult::GetReferenceTypeName Method (String^)
Visual Studio 2015
Returns the type of a referenced document in a Web discovery document.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pbstrReferenceTypeName
-
Type:
System::String^
[out] String containing the type of reference made in the document.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From designer.idl:
HRESULT IDiscoveryClientResult::GetReferenceTypeName( [out, retval] BSTR * pbstrReferenceTypeName );
Documents returned by a Web discovery process may contain references to other types of documents such as schemas, service descriptions, or other discovery documents. For more information, see .P_System_Web_Services_Discovery_DiscoveryClientResult_ReferenceTypeName
Show: