IProvideAltHTML Interface

Used by a Web control to provide Alt property text and to indicate whether or not the text is editable.

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

Syntax

‘선언
<GuidAttribute("33C0C1DD-33CF-11D3-BFF2-00C04F990235")> _
<InterfaceTypeAttribute()> _
Public Interface IProvideAltHTML
‘사용 방법
Dim instance As IProvideAltHTML
[GuidAttribute("33C0C1DD-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface IProvideAltHTML
[GuidAttribute(L"33C0C1DD-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface class IProvideAltHTML
[<GuidAttribute("33C0C1DD-33CF-11D3-BFF2-00C04F990235")>]
[<InterfaceTypeAttribute()>]
type IProvideAltHTML =  interface end
public interface IProvideAltHTML

See Also

Reference

IProvideAltHTML Members

Microsoft.VisualStudio.Shell.Interop Namespace