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: SByte%[out, retval] Pointer to a Boolean—true if you can edit the Alt text.
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.