IDummyHICONIncluder Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("947990DE-CC28-11D2-A0F7-00805F858FB1")> _
Public Interface IDummyHICONIncluder
‘사용 방법
Dim instance As IDummyHICONIncluder
[InterfaceTypeAttribute()]
[GuidAttribute("947990DE-CC28-11D2-A0F7-00805F858FB1")]
public interface IDummyHICONIncluder
[InterfaceTypeAttribute()]
[GuidAttribute(L"947990DE-CC28-11D2-A0F7-00805F858FB1")]
public interface class IDummyHICONIncluder
[<InterfaceTypeAttribute()>]
[<GuidAttribute("947990DE-CC28-11D2-A0F7-00805F858FB1")>]
type IDummyHICONIncluder =  interface end
public interface IDummyHICONIncluder

Remarks

A dummy interface to force inclusion of the icon handle (HICON) and device context handle (HDC) in proxy and stub code.

See Also

Reference

IDummyHICONIncluder Members

Microsoft.VisualStudio.OLE.Interop Namespace