API version 1.5.2
SystemObject
SystemAttribute
VSignal.ExternalBaseTExternalBasePropertyOrderAttribute
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Top
Top
Top
Top
[This is preliminary documentation and is subject to change.]
This is the PropertyOrder attribute to be used when defining a property, indicating
the order in which the property is to be displayed in the VisualSignal property window.
Inheritance Hierarchy
SystemAttribute
VSignal.ExternalBaseTExternalBasePropertyOrderAttribute
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property)] public class PropertyOrderAttribute : Attribute
The TExternalBasePropertyOrderAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TExternalBasePropertyOrderAttribute |
Define the property order
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Attribute.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Attribute.) | |
| GetType | (Inherited from Object.) | |
| IsDefaultAttribute | (Inherited from Attribute.) | |
| Match | (Inherited from Attribute.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Order |
The property order
| |
| TypeId | (Inherited from Attribute.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| _AttributeGetIDsOfNames | (Inherited from Attribute.) | |
| _AttributeGetTypeInfo | (Inherited from Attribute.) | |
| _AttributeGetTypeInfoCount | (Inherited from Attribute.) | |
| _AttributeInvoke | (Inherited from Attribute.) |
See Also