IVsServiceReferenceMetadataStorage Methods

 

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

NameDescription
System_CAPS_pubmethodAdviseServiceReferenceMetadataStorageEvents(IVsServiceReferenceMetadataStorageEvents^, UInt32)

Registers the caller for metadata storage event notification.

System_CAPS_pubmethodBeginUpdate()

Initiates an update to Windows Communication Foundation (WCF) metadata storage files.

System_CAPS_pubmethodCreateMetadataFile(String^, array<Byte>^)

Creates a new metadata file in a XML web service metadata storage.

System_CAPS_pubmethodDeleteMetadataFile(String^)

Deletes an existing metadata file from a XML web service metadata storage.

System_CAPS_pubmethodEndUpdate()

Concludes an update to XML web service metadata storage files.

System_CAPS_pubmethodFileCodeModel()

Returns the proxy code model for a XML web service metadata storage.

System_CAPS_pubmethodGetMapFilePath()

Returns the path for the .svcmap file in a XML web service metadata storage.

System_CAPS_pubmethodGetName()

Returns the name of the .svcmap file in a XML web service metadata storage.

System_CAPS_pubmethodGetNamespace()

Returns the namespace for a XML web service metadata storage.

System_CAPS_pubmethodGetStorageType()

Returns the storage type for a XML web service metadata storage.

System_CAPS_pubmethodLoadMapFileData()

Loads the metadata into a .svcmap file.

System_CAPS_pubmethodLoadMetadataFile(String^)

Loads the metadata into a metadata file.

System_CAPS_pubmethodProjectItemId()

Returns the ProjectItemId for a XML web service metadata storage.

System_CAPS_pubmethodRemove()

Deletes the complete XML web service metadata storage.

System_CAPS_pubmethodRunProxyGenerator()

Runs the code generator to create a XML web service client.

System_CAPS_pubmethodSaveMapFileData(array<Byte>^)

Saves the .svcmap file in a XML web service metadata storage.

System_CAPS_pubmethodSaveMetadataFile(String^, array<Byte>^)

Saves a metadata file in a XML web service metadata storage.

System_CAPS_pubmethodSetName(String^)

Sets the name of the .svcmap file in a XML web service metadata storage.

System_CAPS_pubmethodSetNamespace(String^)

Sets the namespace for a XML web service metadata storage.

System_CAPS_pubmethodUnadviseServiceReferenceMetadataStorageEvents(UInt32)

Cancels registration for metadata storage event notification.

Return to top
Show: