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)
Syntax
'Declaration
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
Parameters
pszStorageType
Type: System.StringThe ServiceReferenceType of the XML web service reference.
Return Value
Type: System.Int32
Returns a service reference type.
.NET Framework Security
- 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.