IVsServiceReferenceMetadataStorageProvider.IsStorageTypeSupported Method
Determines if the storage is of a supported type
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
'宣告
Function IsStorageTypeSupported ( _
pszStorageType As String _
) As Integer
int IsStorageTypeSupported(
string pszStorageType
)
int IsStorageTypeSupported(
[InAttribute] String^ pszStorageType
)
abstract IsStorageTypeSupported :
pszStorageType:string -> int
function IsStorageTypeSupported(
pszStorageType : String
) : int
- pszStorageType
Type: String
The ServiceReferenceType of the XML web service reference.
Type: Int32
Returns a service reference type.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.