IProvideAltHTML::IsAltHTMLEditable Method (SByte)

 

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)

int IsAltHTMLEditable(
	[OutAttribute] signed char% pfIsEditable
)

Parameters

pfIsEditable
Type: System::SByte

 [out, retval] Pointer to a Boolean—true if you can edit the Alt text.

Return Value

Type: System::Int32
Return to top
Show: