[This is preliminary documentation and is subject to change.]
Called to get various information about a plugin variable. It's first called with FieldIndex=-1 to find out whether the plugin supports any special flags at all, and then for each field separately.
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public virtual FieldFlags GetSupportedFieldFlags(
int FieldIndex
) |
| Visual Basic |
|---|
Public Overridable Function GetSupportedFieldFlags ( _
FieldIndex As Integer _
) As FieldFlags |
| Visual C++ |
|---|
public:
virtual FieldFlags GetSupportedFieldFlags(
int FieldIndex
) |
| JScript |
|---|
public function GetSupportedFieldFlags(
FieldIndex : int
) : FieldFlags |
Parameters
- FieldIndex
- Type: System..::..Int32
The index of the field for which flags should be returned.
| Parameter value | Meaning |
|---|
| -1 | Return a combination (or) of all supported flags |
| >=0 | Return the field-specific flags |
Return Value
The function needs to return a combination of the
FieldFlags flags.
Remarks
Exceptions
See Also
Version History
1.5.3
- This function is new in version 1.5.3