IVsWCFMetadataStorageProviderEvents.OnAdded 方法

,在新文件或文件夹添加之后,引发事件。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
Sub OnAdded ( _
    pIVsWCFMetadataStorage As IVsWCFMetadataStorage _
)
void OnAdded(
    IVsWCFMetadataStorage pIVsWCFMetadataStorage
)
void OnAdded(
    [InAttribute] IVsWCFMetadataStorage^ pIVsWCFMetadataStorage
)
abstract OnAdded : 
        pIVsWCFMetadataStorage:IVsWCFMetadataStorage -> unit
function OnAdded(
    pIVsWCFMetadataStorage : IVsWCFMetadataStorage
)

参数

.NET Framework 安全性

请参阅

参考

IVsWCFMetadataStorageProviderEvents 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间