ID3-Sync Scripting API

IEdit.GetSelectedSource Method 

Gets the selected Source for a given Field.

[Visual Basic]
Function GetSelectedSource( _
   ByVal f As Field _
) As Source
[C#]
Source GetSelectedSource(
   Field f
);

Parameters

f
The field (row in the dialog).

Return Value

The selected source for that field.

See Also

IEdit Interface | ID3Sync.Scripting Namespace