IVsWCFMetadataStorageProvider::CreateStorage Method (String^, String^, IVsWCFMetadataStorage^, StorageNameValidationState)

 

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

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

void CreateStorage(
	String^ pszNamespace,
	String^ pszReferenceName,
	[OutAttribute] IVsWCFMetadataStorage^% pWCFMetadataStorage,
	[OutAttribute] StorageNameValidationState% pNameValidationState
)

Parameters

pszNamespace
Type: System::String^

The namespace for the storage.

pszReferenceName
Type: System::String^

The name of the WCF service reference.

pWCFMetadataStorage
Type: Microsoft.VisualStudio.WCFReference.Interop::IVsWCFMetadataStorage^

The new IVsWCFMetadataStorage.

pNameValidationState
Type: Microsoft.VisualStudio.WCFReference.Interop::StorageNameValidationState

A StorageNameValidationState object.

Return to top
Show: