IVsWCFMetadataStorageProvider::CreateStorage Method (String^, String^, IVsWCFMetadataStorage^, StorageNameValidationState)
Visual Studio 2015
Creates a new Windows Communication Foundation (WCF) metadata storage.
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.
Show: