IVsServiceReferenceMetadataStorageProvider.IsStorageTypeSupported Method

Definition

Determines if the storage is of a supported type

public:
 int IsStorageTypeSupported(System::String ^ pszStorageType);
public:
 int IsStorageTypeSupported(Platform::String ^ pszStorageType);
int IsStorageTypeSupported(std::wstring const & pszStorageType);
public int IsStorageTypeSupported (string pszStorageType);
abstract member IsStorageTypeSupported : string -> int
Public Function IsStorageTypeSupported (pszStorageType As String) As Integer

Parameters

pszStorageType
String

The ServiceReferenceType of the XML web service reference.

Returns

Int32

Returns a service reference type.

Applies to