IVsServiceReferenceMetadataStorageProvider::CreateMetadataStorage Method (String^, String^, String^, IVsServiceReferenceMetadataStorage^, StorageNameValidationState)

 

Creates a new XML web service metadata storage.

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

void CreateMetadataStorage(
	String^ pszStorageType,
	String^ pszNamespace,
	String^ pszReferenceName,
	[OutAttribute] IVsServiceReferenceMetadataStorage^% pServiceReferenceMetadataStorage,
	[OutAttribute] StorageNameValidationState% pNameValidationState
)

Parameters

pszStorageType
Type: System::String^

The ServiceReferenceType of the XML web service.

pszNamespace
Type: System::String^

The namespace for the storage.

pszReferenceName
Type: System::String^

The name of the XML web service reference.

pServiceReferenceMetadataStorage
Type: Microsoft.VisualStudio.WCFReference.Interop::IVsServiceReferenceMetadataStorage^

The new IVsServiceReferenceMetadataStorage.

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

A StorageNameValidationState object.

Return to top
Show: