Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CustomPreviewAttribute.CustomPreviewAttribute

CustomPreviewAttribute(type: Type)
CustomPreviewAttribute(Type type);
def CustomPreviewAttribute(type as Type)

Parameters

typeThe type you want to create a custom preview for.

Description

Tells a DefaultPreview which class it's a preview for.

When you make a custom preview, you need put this attribute on the preview class.