IVsServiceReferenceMetadataStorageEvents.OnMetadataFileAdded 方法

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

语法

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

参数

  • pszFileName
    类型:String

.NET Framework 安全性

请参阅

参考

IVsServiceReferenceMetadataStorageEvents 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间