APEv2TagSetCustomField Method
Sets a custom metadata field in the APEv2 tag.
Namespace: DevCase.ThirdParty.TagLibSharpAssembly: DevCase.net48.ThirdParty.TagLibSharp (in DevCase.net48.ThirdParty.TagLibSharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void SetCustomField(
string name,
string value
)
Public Sub SetCustomField (
name As String,
value As String
)
Dim instance As APEv2Tag
Dim name As String
Dim value As String
instance.SetCustomField(name, value)
public:
void SetCustomField(
String^ name,
String^ value
)
member SetCustomField :
name : string *
value : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- name String
-
The name of the field to create or set.
- value String
-
The value to assign.