IVsWCFMetadataStorageProviderEvents.OnAdded Method
Raises an event after a new file or folder has been added.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub OnAdded ( _
pIVsWCFMetadataStorage As IVsWCFMetadataStorage _
)
void OnAdded(
IVsWCFMetadataStorage pIVsWCFMetadataStorage
)
void OnAdded(
[InAttribute] IVsWCFMetadataStorage^ pIVsWCFMetadataStorage
)
abstract OnAdded :
pIVsWCFMetadataStorage:IVsWCFMetadataStorage -> unit
function OnAdded(
pIVsWCFMetadataStorage : IVsWCFMetadataStorage
)
Parameters
pIVsWCFMetadataStorage
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorageA metadata storage interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.