Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
    pIVsServiceReferenceMetadataStorage As IVsServiceReferenceMetadataStorage _
)
void OnAdded(
    IVsServiceReferenceMetadataStorage pIVsServiceReferenceMetadataStorage
)
void OnAdded(
    [InAttribute] IVsServiceReferenceMetadataStorage^ pIVsServiceReferenceMetadataStorage
)
abstract OnAdded : 
        pIVsServiceReferenceMetadataStorage:IVsServiceReferenceMetadataStorage -> unit
function OnAdded(
    pIVsServiceReferenceMetadataStorage : IVsServiceReferenceMetadataStorage
)
Parameters
- pIVsServiceReferenceMetadataStorage 
 Type: Microsoft.VisualStudio.WCFReference.Interop.IVsServiceReferenceMetadataStorage- A 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.