API version 1.5.2
SystemObject
SystemAttribute
VSignal.ExternalBaseTExternalBaseFileAttribute
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 File attribute to be used when defining a filename-related property, indicating
that the property is a file path, and can invoke the OpenFile dialog in Visual Signal.
The filters used in OpenFile dialog can be specified using the standard "|"-separated .Net filter specification in [filter].
For example: "Text files (*.txt)|*.txt|All files (*.*)|*.*", or
"Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*"
Inheritance Hierarchy
SystemAttribute
VSignal.ExternalBaseTExternalBaseFileAttribute
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property)] public class FileAttribute : Attribute
The TExternalBaseFileAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TExternalBaseFileAttribute |
Define a file attribute.
|
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 | |
|---|---|---|
| Filter |
The filter to use in the file dialog.
| |
| 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