Removes the specified tag from the profile.
'宣言
Public Function RemoveValue( _
ByVal As ExifTag _
) As System.Boolean
public System.bool RemoveValue(
ExifTag
)
パラメータ
- tag
戻り値の型
true if the tag is successfully found and removed; otherwise, false. This method returns false if tag is not found in the profile.