Compartilhar via


ImageField.PreviewValueTyped Property

Returns an HTML string of an <IMG> tag with default property values representing a preview of ImageFieldValue data for fields of this type.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property PreviewValueTyped As Object
    Get
'Usage
Dim instance As ImageField
Dim value As Object

value = instance.PreviewValueTyped
public override Object PreviewValueTyped { get; }

Property Value

Type: System.Object
An HTML string.

See Also

Reference

ImageField Class

ImageField Members

Microsoft.SharePoint.Publishing.Fields Namespace