IVsSQLCLRReferencesUpdateCallback 接口

定义

定义用于报告编译为程序集的 SQL 过程中的更改的回调函数。

public interface class IVsSQLCLRReferencesUpdateCallback
public interface class IVsSQLCLRReferencesUpdateCallback
__interface IVsSQLCLRReferencesUpdateCallback
[System.Runtime.InteropServices.Guid("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSQLCLRReferencesUpdateCallback
[<System.Runtime.InteropServices.Guid("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSQLCLRReferencesUpdateCallback = interface
Public Interface IVsSQLCLRReferencesUpdateCallback
属性

注解

用作接口的方法中的参数 UpdateReferences IVsSQLCLRReferences

方法

UpdateResult(String, UInt32, Int32, IErrorInfo, UInt32)

报告程序集更新的结果。

适用于