ScriptDescriptorComponentTypeAttribute class

Associates a client script (component) resource with an extender class. This allows the extender to find its associated script as well as the names and prefixes with which to reference the extender.

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.Office.Server.Search.WebControls.ScriptDescriptorComponentTypeAttribute

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class ScriptDescriptorComponentTypeAttribute _
    Inherits Attribute
'Usage
Dim instance As ScriptDescriptorComponentTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public sealed class ScriptDescriptorComponentTypeAttribute : Attribute

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ScriptDescriptorComponentTypeAttribute members

Microsoft.Office.Server.Search.WebControls namespace