Freigeben über


IVsServiceReferenceMetadataStorageProvider.CreateMetadataStorage Method

Creates a new XML web service metadata storage.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Sub CreateMetadataStorage ( _
    pszStorageType As String, _
    pszNamespace As String, _
    pszReferenceName As String, _
    <OutAttribute> ByRef pServiceReferenceMetadataStorage As IVsServiceReferenceMetadataStorage, _
    <OutAttribute> ByRef pNameValidationState As StorageNameValidationState _
)
void CreateMetadataStorage(
    string pszStorageType,
    string pszNamespace,
    string pszReferenceName,
    out IVsServiceReferenceMetadataStorage pServiceReferenceMetadataStorage,
    out StorageNameValidationState pNameValidationState
)
void CreateMetadataStorage(
    [InAttribute] String^ pszStorageType, 
    [InAttribute] String^ pszNamespace, 
    [InAttribute] String^ pszReferenceName, 
    [OutAttribute] IVsServiceReferenceMetadataStorage^% pServiceReferenceMetadataStorage, 
    [OutAttribute] StorageNameValidationState% pNameValidationState
)
abstract CreateMetadataStorage : 
        pszStorageType:string * 
        pszNamespace:string * 
        pszReferenceName:string * 
        pServiceReferenceMetadataStorage:IVsServiceReferenceMetadataStorage byref * 
        pNameValidationState:StorageNameValidationState byref -> unit 
function CreateMetadataStorage(
    pszStorageType : String, 
    pszNamespace : String, 
    pszReferenceName : String, 
    pServiceReferenceMetadataStorage : IVsServiceReferenceMetadataStorage, 
    pNameValidationState : StorageNameValidationState
)

Parameters

  • pszNamespace
    Type: String
    The namespace for the storage.
  • pszReferenceName
    Type: String
    The name of the XML web service reference.

.NET Framework Security

See Also

Reference

IVsServiceReferenceMetadataStorageProvider Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace