IVsSQLCLRReferencesUpdateCallback Interface

Defines the callback function for reporting changes in SQL procedures compiled into assemblies.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
<GuidAttribute("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSQLCLRReferencesUpdateCallback
‘사용 방법
Dim instance As IVsSQLCLRReferencesUpdateCallback
[GuidAttribute("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface IVsSQLCLRReferencesUpdateCallback
[GuidAttribute(L"7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")]
[InterfaceTypeAttribute()]
public interface class IVsSQLCLRReferencesUpdateCallback
[<GuidAttribute("7E6F344E-52C0-4EDC-814B-16C6DE4AE9B4")>]
[<InterfaceTypeAttribute()>]
type IVsSQLCLRReferencesUpdateCallback =  interface end
public interface IVsSQLCLRReferencesUpdateCallback

Remarks

Used as an argument in the UpdateReferences method of the IVsSQLCLRReferences interface.

See Also

Reference

IVsSQLCLRReferencesUpdateCallback Members

Microsoft.VisualStudio.Shell.Interop Namespace