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
'Usage
Dim instance As IProvideAltHTML 
Dim pfIsEditable As SByte 
Dim returnValue As Integer 

returnValue = instance.IsAltHTMLEditable(pfIsEditable)
int IsAltHTMLEditable(
    out sbyte pfIsEditable
)
int IsAltHTMLEditable(
    [OutAttribute] signed char% pfIsEditable
)
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

IProvideAltHTML Members

Microsoft.VisualStudio.Shell.Interop Namespace