IVsWCFMetadataStorageProvider.CreateStorage Method

Definition

Creates a new Windows Communication Foundation (WCF) metadata storage.

public:
 void CreateStorage(System::String ^ pszNamespace, System::String ^ pszReferenceName, [Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage ^ % pWCFMetadataStorage, [Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::StorageNameValidationState % pNameValidationState);
public:
 void CreateStorage(Platform::String ^ pszNamespace, Platform::String ^ pszReferenceName, [Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage ^ &  pWCFMetadataStorage, [Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::StorageNameValidationState &  pNameValidationState);
void CreateStorage(std::wstring const & pszNamespace, std::wstring const & pszReferenceName, [Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage const & & pWCFMetadataStorage, [Runtime::InteropServices::Out] Microsoft::VisualStudio::WCFReference::Interop::StorageNameValidationState & pNameValidationState);
public void CreateStorage (string pszNamespace, string pszReferenceName, out Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage pWCFMetadataStorage, out Microsoft.VisualStudio.WCFReference.Interop.StorageNameValidationState pNameValidationState);
abstract member CreateStorage : string * string * IVsWCFMetadataStorage * StorageNameValidationState -> unit
Public Sub CreateStorage (pszNamespace As String, pszReferenceName As String, ByRef pWCFMetadataStorage As IVsWCFMetadataStorage, ByRef pNameValidationState As StorageNameValidationState)

Parameters

pszNamespace
String

The namespace for the storage.

pszReferenceName
String

The name of the WCF service reference.

pWCFMetadataStorage
IVsWCFMetadataStorage

The new IVsWCFMetadataStorage.

Applies to