IProvideAltHTML.IsAltHTMLEditable Method

Indicates whether or not the Alt 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
Function IsAltHTMLEditable ( _
    <OutAttribute> ByRef pfIsEditable As SByte _
) As Integer
int IsAltHTMLEditable(
    out sbyte pfIsEditable
)
int IsAltHTMLEditable(
    [OutAttribute] signed char% pfIsEditable
)
abstract IsAltHTMLEditable : 
        pfIsEditable:sbyte byref -> int 
function IsAltHTMLEditable(
    pfIsEditable : sbyte
) : int

Parameters

  • pfIsEditable
    Type: System.SByte%
     [out, retval] Pointer to a Boolean—true if you can edit the Alt text.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IProvideAltHTML Interface

Microsoft.VisualStudio.Shell.Interop Namespace