Freigeben über


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

Return Value

Type: Int32
Returns a service reference type.

.NET Framework Security

See Also

Reference

IVsServiceReferenceMetadataStorageProvider Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace