IVsWCFMetadataStorageProvider.CreateStorage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- pNameValidationState
- StorageNameValidationState
A StorageNameValidationState object.