IVsWCFMetadataStorageProviderEvents.OnAdded(IVsWCFMetadataStorage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises an event after a new file or folder has been added.
public:
void OnAdded(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage ^ pIVsWCFMetadataStorage);
public:
void OnAdded(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage ^ pIVsWCFMetadataStorage);
void OnAdded(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage const & pIVsWCFMetadataStorage);
public void OnAdded (Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage pIVsWCFMetadataStorage);
abstract member OnAdded : Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage -> unit
Public Sub OnAdded (pIVsWCFMetadataStorage As IVsWCFMetadataStorage)
Parameters
- pIVsWCFMetadataStorage
- IVsWCFMetadataStorage
A metadata storage interface.