Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: String
The ServiceReferenceType of the XML web service reference.
Return Value
Type: 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.