[This is preliminary documentation and is subject to change.]

Inform programmer that he should name instances of class market wiht this attribute with names beginning with prefix

Namespace:  Tools.ComponentModelT
Assembly:  Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0

Author: Đonny

Vertion history

1.5.2 (Release)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class PrefixAttribute : Attribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
Public Class PrefixAttribute _
	Inherits Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class PrefixAttribute : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false) */
public class PrefixAttribute extends Attribute
JScript
public class PrefixAttribute extends Attribute

Remarks

This is ONLY recomendation. This attribute is here to allow control author to select prefix. Of course users of controls can either use own prefix or use no prefix.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Tools.ComponentModelT..::.PrefixAttribute

See Also