IComReferenceRelease Interface (2003 System)
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("ADB63AB6-D8C3-4239-BB3A-7BFBEC627C5C")> _
Public Interface IComReferenceRelease _
Implements IDisposable
'Usage
Dim instance As IComReferenceRelease
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("ADB63AB6-D8C3-4239-BB3A-7BFBEC627C5C")]
public interface IComReferenceRelease : IDisposable