IVsWCFMetadataStorageProvider Methods

 

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

NameDescription
System_CAPS_pubmethodAdviseWCFMetadataStorageProviderEvents(IVsWCFMetadataStorageProviderEvents^, UInt32)

Registers the caller for metadata storage provider event notification.

System_CAPS_pubmethodCreateStorage(String^, String^, IVsWCFMetadataStorage^, StorageNameValidationState)

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

System_CAPS_pubmethodGetStorageFromMapFile(String^)

Returns a Windows Communication Foundation (WCF) metadata storage based on the full path of a .svcmap file.

System_CAPS_pubmethodGetStorages()

Enumerates Windows Communication Foundation (WCF) metadata storages in a project.

System_CAPS_pubmethodIsValidNewReferenceName(String^, String^, SByte, StorageNameValidationState, String^)

Returns a value that determines whether a name for a Windows Communication Foundation (WCF) service reference is unique.

System_CAPS_pubmethodMakeValidReferenceName(String^, String^, String^, String^)

Returns a unique name and namespace for a Windows Communication Foundation (WCF) service reference.

System_CAPS_pubmethodUnadviseWCFMetadataStorageProviderEvents(UInt32)

Cancels registration for metadata storage provider event notification.

Return to top
Show: