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

'Declaration
<GuidAttribute("33C0C1DD-33CF-11D3-BFF2-00C04F990235")> _
<InterfaceTypeAttribute()> _
Public Interface 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

The IProvideAltHTML type exposes the following members.

Methods

  Name Description
Public method GetAltHTML Returns the Alt property text.
Public method IsAltHTMLEditable Indicates whether or not the Alt text is editable.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace