IVsServiceReferenceMetadataStorageProvider.IsStorageTypeSupported 方法

定义

确定存储是否为受支持的类型

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

参数

pszStorageType
String

ServiceReferenceTypeXML web services 引用的。

返回

Int32

返回服务引用类型。

适用于