共用方式為


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 命名空間