共用方式為


IVsWCFMetadataStorageProviderEvents.OnAdded(IVsWCFMetadataStorage) Method

Definition

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.

Applies to