IDiscoveryClientResult::GetReferenceTypeName Method (String^)

 

Returns the type of a referenced document in a Web discovery document.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetReferenceTypeName(
	[OutAttribute] String^% pbstrReferenceTypeName
)

Parameters

pbstrReferenceTypeName
Type: System::String^

[out] String containing the type of reference made in the document.

Return Value

Type: System::Int32

If 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

Return to top
Show: