IVsServiceReferenceMetadataStorageProvider.IsStorageTypeSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a service reference type.