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)

[GuidAttribute("33C0C1DD-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute(1)]
public interface IProvideAltHTML

NameDescription
System_CAPS_pubmethodGetAltHTML(String)

Returns the Alt property text.

System_CAPS_pubmethodIsAltHTMLEditable(SByte)

Indicates whether or not the Alt text is editable.

Return to top
Show: