IVsServiceReferenceMetadataStorageEvents.OnMetadataFileUpdated 方法

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

语法

声明
Sub OnMetadataFileUpdated ( _
    pszFileName As String _
)
void OnMetadataFileUpdated(
    string pszFileName
)
void OnMetadataFileUpdated(
    [InAttribute] String^ pszFileName
)
abstract OnMetadataFileUpdated : 
        pszFileName:string -> unit
function OnMetadataFileUpdated(
    pszFileName : String
)

参数

  • pszFileName
    类型:String

.NET Framework 安全性

请参阅

参考

IVsServiceReferenceMetadataStorageEvents 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间