[This is preliminary documentation and is subject to change.]
Meaning of each component
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public IfdExif..::..ComponentsConfigurationValues[] ComponentsConfiguration { get; set; } |
| Visual Basic |
|---|
Public Property ComponentsConfiguration As IfdExif..::..ComponentsConfigurationValues() Get Set |
| Visual C++ |
|---|
public: property array<IfdExif..::..ComponentsConfigurationValues>^ ComponentsConfiguration { array<IfdExif..::..ComponentsConfigurationValues>^ get (); void set (array<IfdExif..::..ComponentsConfigurationValues>^ value); } |
| F# |
|---|
member ComponentsConfiguration : IfdExif..::..ComponentsConfigurationValues[] with get, set |
| JScript |
|---|
function get ComponentsConfiguration () : IfdExif..::..ComponentsConfigurationValues[] function set ComponentsConfiguration (value : IfdExif..::..ComponentsConfigurationValues[]) |
Exceptions
| Exception | Condition |
|---|---|
| System.ComponentModel..::..InvalidEnumArgumentException | Value of item of value is not member of IfdExif..::..ComponentsConfigurationValues |
See Also
Version History
1.5.2
- DisplayNameAttribute added