Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
GetAltHTML | Returns the Alt property text. |
![]() |
IsAltHTMLEditable | Indicates whether or not the Alt text is editable. |
Top
.gif)